allure-framework / allure-java

Allure integrations for Java test frameworks
Apache License 2.0
357 stars 226 forks source link

Allure reports shows 2 separate suites when running a single suite #739

Closed SealviewTW closed 1 year ago

SealviewTW commented 2 years ago
Dupe

I am using:

allure-results folder has the suite duplicated as well (once for AllureCummber7JVM plugin and once for AbstractTestngRunner

Screenshot 2022-05-13 at 16 18 57

How can I remove the duplicated results so Allure does not process them?

sksamuel commented 2 years ago

Looks like the junit platform runner is always added and I'm struggling to figure out how to disable it.

Sharmi34 commented 1 year ago

@sksamuel , were you able to fix this. Am also having similar issue

baev commented 1 year ago

fixed by https://github.com/allure-framework/allure-java/pull/947