autostep / AutoStep

AutoStep Testing Framework - Core Libraries and Components
MIT License
22 stars 1 forks source link

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

Open alistairjevans opened 4 years ago

alistairjevans commented 4 years ago

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.