-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get status from Scenario in Cucumber 2.0.0 #836
Comments
Thanks for reporting. If anyone wants to get into fixing this, I suggest starting here: https://github.com/cucumber/cucumber/blob/master/spec/cucumber/running_test_case_spec.rb It would probably make sense to add a |
Hey Matt, |
Expose #status on Cucumber::RunningTestCase [#836]
Fixed by #836 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I am unable to get the status from a scenario anymore in 2.0.0. Previously in 1.3.19, I was able to call scenario.status in my After hook to get whether a scenario passed, failed, was undefined or was skipped. In 2.0.0, I can get whether a scenario passed or failed, but I cannot get the specifics, such as if the scenario was undefined or skipped.
The text was updated successfully, but these errors were encountered: