vinogradoff / allure-junit5-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allure JUnit5 Example (using Maven)

Clone the repo:

$ git clone git@github.com:allure-examples/allure-junit5-example.git

Then build the project (build requires JDK 1.8 or higher):

$ ./mvnw clean verify

Then, to build Allure report run

$ ./mvnw allure:report

In order to view the report run

$ ./mvnw allure:serve

About

License:Apache License 2.0


Languages

Language:Java 100.0%