https://github.com/testng-team/testng-ant
https://github.com/testng-team/testng-ant
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/testng-team/testng-ant
- Owner: testng-team
- License: apache-2.0
- Created: 2024-02-16T16:52:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-26T22:49:08.000Z (11 months ago)
- Last Synced: 2025-08-27T07:31:24.377Z (11 months ago)
- Language: Java
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.