SpecFlow: Show skipped scenarios of a feature in case a BeforeFeature hook fails #430
Open
1 of 3 tasks
Labels
task:improvement
Change that improves some user experience but can't be considered a new feature
theme:specflow
I'm submitting a ...
What is the current behavior?
Currently no test is included in the report if a BeforeFeature hook has failed. Only a placeholder test is created to indicate the error.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Given the following hook:
If we run the tests, all scenarios will be skipped, and no tests will be shown in the report (except the placeholder).
What is the expected behavior?
The skipped scenarios should be included in the report as skipped test cases.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: