Our team is using JUnit as base test framework for a large and old project. We recently migrated to Maven and we decided to try a new report for JUnit called Allure. We copied dependencies and plugins to our pom.xml from the following example but no XML data is generated in target/ folder. No warnings or errors are issued in Maven output. Does anybody know how could it be?
Which version of JUnit are you using? There's a warning in Allure documentation stating that Allure only works with JUnit 4. This is because Allure gets all information about tests using RunListener interface which only appeared in JUnit 4.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With