extent-framework / extentreports-cucumber4-adapter

Cucumber4 Adapter for Extent Framework
http://extentreports.com/docs/versions/4/java/cucumber2.html
Apache License 2.0
39 stars 22 forks source link

Issues with breaking hierarchy when running scenarios in parallel #12

Closed anshooarora closed 5 years ago

anshooarora commented 5 years ago

When running in parallel using TestNG and:

@Override
@DataProvider(parallel = true)
public Object[][] scenarios() {
    return super.scenarios();
}