bazted / allure-junit-example

Example of usage Allure Report with JUnit and Maven

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allure JUnit Example

Getting Started

To run the example you need to install maven (3.1.1 or above) and git. To generate Allure Report you should perform following steps:

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

To see a report, run mvn jetty:run and open http://localhost:8080 in your browser

More

About

Example of usage Allure Report with JUnit and Maven

License:Other


Languages

Language:Java 37.2%Language:Shell 35.0%Language:Batchfile 27.8%