Closed SealviewTW closed 1 year ago
I am using:
public class TestRunner extends AbstractTestNGCucumberTests {
allure-results folder has the suite duplicated as well (once for AllureCummber7JVM plugin and once for AbstractTestngRunner
How can I remove the duplicated results so Allure does not process them?
Looks like the junit platform runner is always added and I'm struggling to figure out how to disable it.
@sksamuel , were you able to fix this. Am also having similar issue
fixed by https://github.com/allure-framework/allure-java/pull/947
I am using:
public class TestRunner extends AbstractTestNGCucumberTests {
)allure-results folder has the suite duplicated as well (once for AllureCummber7JVM plugin and once for AbstractTestngRunner
How can I remove the duplicated results so Allure does not process them?