Skip to content
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

Allow Scenarios to Continue Past an Error to the next 'Given/When'. #25

Open
alistairjevans opened this issue Jan 23, 2020 · 0 comments
Labels
enhancement New feature or request runner Changes to the execution of tests.

Comments

@alistairjevans
Copy link
Contributor

alistairjevans commented Jan 23, 2020

It would be nice to allow multiple asserts to fire in a test (to collect multiple potential problems) rather than just stop on the first failure.

Test could then stop at the next non-assert (Given/When) step.

Probably best to make this configurable.

Would need an alternative to or an update to the DefaultStepCollectionExecutionStrategy.

@alistairjevans alistairjevans added enhancement New feature or request runner Changes to the execution of tests. labels Jan 23, 2020
@alistairjevans alistairjevans changed the title Allow Scenarios to Continue Past an Error to the next 'Then'. Allow Scenarios to Continue Past an Error to the next 'Given/When'. Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request runner Changes to the execution of tests.
Development

No branches or pull requests

1 participant