-
Allure test reports per module and Aggregated over all modules
-
JUnit 5
-
Generate allure report for each module:
./gradlew allureReport --depends-on-tests --clean, results are f.ex. in ingredients/build/reports/allure-report/allureReport/index.html -
Generate aggregated report for all modules:
./gradlew allureAggregateReport --depends-on-tests --clean, results are f.ex. in build/reports/allure-report/allureAggregateReport/index.html
Helpful links to get this working were:
-
Official Allure junit5-kotlin-gradlekts