We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf364e commit bcffe1fCopy full SHA for bcffe1f
README.adoc
@@ -1,10 +1,10 @@
1
= TestNG Engine for the JUnit Platform
2
:jcommander-version: 1.72
3
:jquery-version: 3.5.1
4
-:junit-platform-version: 1.7.2
5
-:surefire-version: 3.0.0-M5
+:junit-platform-version: 1.8.2
+:surefire-version: 3.0.0-M7
6
:testng-min-version: 6.14.3
7
-:testng-max-version: 7.4.0
+:testng-max-version: 7.5
8
:testng-engine-version: 1.0.2
9
10
Allows executing https://testng.org[TestNG] tests on the JUnit Platform
build.gradle.kts
@@ -45,7 +45,7 @@ val supportedTestNGVersions = listOf(
45
"7.1.0",
46
"7.3.0",
47
"7.4.0",
48
- "7.5" // Keep in sync with TestContext.java
+ "7.5" // Keep in sync with TestContext.java and README.MD
49
).map(::Version)
50
val snapshotTestNGVersion = Version("7.6.0-SNAPSHOT")
51
0 commit comments