Example of usage Allure Report with TestNG and Maven
Shell Batchfile Java
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.mvn/wrapper update testng example Jun 1, 2017
src/test update to beta14 Jul 16, 2017
.gitignore fix props Jun 1, 2017
Jenkinsfile fix jenkinsfile Jun 1, 2017
LICENSE update testng example Jun 1, 2017
README.md update testng example Jun 1, 2017
mvnw update testng example Jun 1, 2017
mvnw.cmd update testng example Jun 1, 2017
pom.xml update aspectj to 1.8.10 Aug 7, 2017

README.md

Allure TestNG Example

Getting Started

To generate Allure Report you should perform following steps:

$ git clone git@github.com:allure-examples/allure-testng-example.git
$ ./mvnw clean test site

Report will be generated to target/site/allure-maven-plugin folder. To open the report you can use the following command:

$ ./mvnw io.qameta.allure:allure-maven:serve

More