-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# TestNG Ant Integration | ||
|
||
This repository houses the code related to TestNG Ant integration so as to help run TestNG tests via an Ant build file. | ||
|
||
## Pre-requisites | ||
|
||
* JDK11 (or) Higher | ||
* TestNG `v.7.10.2` or higher on the CLASSPATH. | ||
|
||
## Jar location | ||
|
||
The TestNG Ant jar can be downloaded from [here](https://repo1.maven.org/maven2/org/testng/testng-ant/1.0.0/) | ||
|
||
This jar contains ONLY the TestNG Ant integration code alone. It is NOT a fat/uber jar that includes TestNG within it. | ||
TestNG jar needs to be explicitly provided in the CLASSPATH for the integration to work fine. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters