

Needed as a workaround for JUnit 5 not failing tests that stopped due to an error message. Apply the java-library plugin to add support for Java LibraryĬompile group: '', name: 'junit-jupiter-api', version: '5.6.0'Ĭompile group: '', name: 'junit-jupiter-engine', version: '5.6.0'Ĭompile group: '', name: 'junit-platform-launcher', version: '1.6.0' I have noticed that the test task deletes the entire allure-reports directory and then re-makes and re-populates it.

gradlew allureReport, and this gives me a fresh html report with no history or reruns. I know I could copy the history directory from allure-reports to a generated allure-results, and then do allure generate to get the history to show up, but I am looking for a way to achieve this with the built-in functionality in allure-gradle.Ĭurrently, I run.
