damianszczepanik / cucumber-sandwich

Create Pretty Cucumber Reports on the Fly locally during development
60 stars 31 forks source link

when a scenario has a step that returns 'pending' that the cucumber reports show the scenario as 'failed'. #47

Closed sbpk516 closed 6 years ago

sbpk516 commented 6 years ago

We've cucumber_report_pendingscenarios noticed that when a scenario has a step that returns 'pending' that the cucumber reports show the scenario as 'failed'. Is there a way to change that behavior? We use 'pending' to indicate that a certain dependency is not configured during a particular test run, and this is an expected condition

Reference:https://github.com/damianszczepanik/cucumber-reporting/pull/636

damianszczepanik commented 6 years ago

Yes, this is duplicate