reportportal / agent-java-cucumber

Cucumber JVM version [1.0.0; 2.0.0) adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScenarioReporter mark skipped scenarios as failed

ochubey opened this issue · comments

Test that is skipped by org.junit.AssumptionViolatedException marked as skipped when using StepReporter.
Same step that is skipped by same exception type is marked as failed when using ScenarioReporter.

Found the reason. @avarabyeu Please review and approve if acceptable for you:
#15

@ochubey Merged, thank you for contribution!