An open API service indexing awesome lists of open source software.

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

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.