Getting a duplicate report (Surefire Suite) in allure report #2986
Replies: 4 comments 4 replies
-
Could you please check the contents of |
Beta Was this translation helpful? Give feedback.
-
They all look like this:
|
Beta Was this translation helpful? Give feedback.
-
Please let me know if this is not the right information or something else is needed from my end. |
Beta Was this translation helpful? Give feedback.
-
Maven Surefire Plugin automatically adds suites to all tests when no <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="Surefire suite">
<test name="Surefire test">
<classes>
...
</classes>
</test>
</suite> and adds all discovered test classes to it. I'm not sure what the source of the The workaround would be to always provide |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Below is my pom.xml:
After running mvn test and viewing the allure report, I see:

This is similar to the issue discussed here:
https://github.com/orgs/allure-framework/discussions/2901
Beta Was this translation helpful? Give feedback.
All reactions