reportportal / agent-java-cucumber

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

ScenarioReporter mark skipped scenarios as failed #14

Closed ochubey closed 6 years ago

ochubey commented 6 years ago

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.

ochubey commented 6 years ago

Found the reason. @avarabyeu Please review and approve if acceptable for you: https://github.com/reportportal/agent-java-cucumber/pull/15

avarabyeu commented 6 years ago

@ochubey Merged, thank you for contribution!