Skip to content

Allure framework

The Allure Framework is used to convert the junit xml report to a website.

<>

Allure is integrated in the maven phase test and verify.

The build can be forced with:

# Run junit test
mvn test
# Convert the generated junit xml report to a website
mvn allure:report 

Show JUNIT reports

mvn allure:serve

This will start a local webserver on a free port, and opens a browser with the allure page.

Multiple views on the unit tests: