You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current version of QAF comes with TestNG 6.8.0 any upgrades further than 7.4 cause the test to crash when trying to run them
Expected behavior
QAF should consider upgrading the TestNG version on the new release since the current version has know vulnerabilities and is a no longer supported version from 8 years ago
Is the issue reproducible on runner?
QAS
Maven
Gradle
Ant
Eclipse
Test case sample
Please, share the test case (as small as possible) which shows the issue
The text was updated successfully, but these errors were encountered:
Thanks for requesting. The reason behind not updating latest TestNG was minimum java version support. However now most of the other libraries, selenium for instance, moving to 11 as minimum java version, we can plan to support latest TestNG version.
Hello, is there an update on this bug? TestNG has an issue with Data Provided tests that was fixed on version 7.8.0 and we haven't been able to use it since changing TestNG version breaks QAF testng-team/testng#763
Yesterday, 4.0.0-RC3 released which still continuing to support java 8 and testng 6.8.0 to 7.4. The qaf 4.0.0 will release soon which have targeted #351. Upcoming 4.1.0 will have qaf-testng with support of latest testng. You can expect 4.1.0 beta sometime next month if everything goes well.
QAF Version
4.0.0-RC2
Steps To Reproduce
Current version of QAF comes with TestNG 6.8.0 any upgrades further than 7.4 cause the test to crash when trying to run them
Expected behavior
QAF should consider upgrading the TestNG version on the new release since the current version has know vulnerabilities and is a no longer supported version from 8 years ago
Is the issue reproducible on runner?
Test case sample
The text was updated successfully, but these errors were encountered: