qaf icon indicating copy to clipboard operation
qaf copied to clipboard

Update TestNG version to 7.8.0

Open FelipeLeon-minted opened this issue 1 year ago • 3 comments

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?

  • [x] QAS
  • [ ] Maven
  • [x] Gradle
  • [x] Ant
  • [ ] Eclipse

Test case sample

Please, share the test case (as small as possible) which shows the issue

FelipeLeon-minted avatar Sep 08 '23 15:09 FelipeLeon-minted

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.

cjayswal avatar Sep 11 '23 18:09 cjayswal

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 https://github.com/testng-team/testng/issues/763

FelipeLeon-minted avatar Feb 05 '24 20:02 FelipeLeon-minted

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.

cjayswal avatar Feb 06 '24 03:02 cjayswal