File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ # TestNG Ant Integration
2
+
3
+ This repository houses the code related to TestNG Ant integration so as to help run TestNG tests via an Ant build file.
4
+
5
+ ## Pre-requisites
6
+
7
+ * JDK11 (or) Higher
8
+ * TestNG ` v.7.10.2 ` or higher on the CLASSPATH.
9
+
10
+ ## Jar location
11
+
12
+ The TestNG Ant jar can be downloaded from [ here] ( https://repo1.maven.org/maven2/org/testng/testng-ant/1.0.0/ )
13
+
14
+ This jar contains ONLY the TestNG Ant integration code alone. It is NOT a fat/uber jar that includes TestNG within it.
15
+ TestNG jar needs to be explicitly provided in the CLASSPATH for the integration to work fine.
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >org.testng</groupId >
7
7
<artifactId >testng-ant</artifactId >
8
- <version >1.0.0 </version >
8
+ <version >1.0.1-SNAPSHOT </version >
9
9
10
10
<name >testng-ant</name >
11
11
<description >TestNG task for Ant</description >
You can’t perform that action at this time.
0 commit comments