reportportal / agent-java-cucumber

Cucumber JVM version [1.0.0; 2.0.0) adapter
Apache License 2.0
26 stars 16 forks source link

Changed access modifier to 'protected' for rootSuiteId in ScenarioReporter #1

Closed jurteg closed 7 years ago

jurteg commented 7 years ago

Changed access modifier to 'protected' for rootSuiteId in ScenarioReporter to allow inherit this reporter without unnecessary code duplication. For now this field is private and you will experience troubles trying to override startRootItem() method with intention to customize test suites in multithreading environment.