https://github.com/allure-examples/allure-ant-testng-example
Example of usage Allure Report with TestNG and Ant
https://github.com/allure-examples/allure-ant-testng-example
Last synced: about 1 year ago
JSON representation
Example of usage Allure Report with TestNG and Ant
- Host: GitHub
- URL: https://github.com/allure-examples/allure-ant-testng-example
- Owner: allure-examples
- Created: 2014-05-15T14:47:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-12T08:36:58.000Z (over 11 years ago)
- Last Synced: 2025-03-28T03:41:16.300Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 180 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Allure TestNG Ant example
This repository contains an example project showing how to use Allure in your TestNG projects built by Ant.
## How to run
In order to run this example simply run in the root directory:
```
$ ant
```
When the build is finished you can view generated XML files in **build/report/target/allure-results** directory.