Details
-
Dependency upgrade
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.4.6
-
None
Description
Currently defaults to TestNG 5.10.
Latest version of TestNG is 6.10
Problem Description:
buildr supports overriding the testNG version used via build.yaml, but the Artifact format has changed from "org.testng:testng:jar:jdk15:#
" in test.rb line 311
I extended the TestNG class to change the artifact, which allowed me to update to 5.12.1, but after 5.13 the commandline arguments of testng changed.
I am still in the process to find out how to modify the TestNG class.