Skip to content

Files

Latest commit

c767c4f · Jun 16, 2022

History

History
This branch is 1025 commits behind bonigarcia/mastering-junit5:master.

junit5-allure

JUnit5 with Allure reports example

With this example, you can execute the JUnit 5 tests defined in the project and get the Allure report in a easy way. With Maven:

mvn test allure:serve

... or with Gradle:

gradle test allureServe