dalekjs / skaro

[unmaintained] playground for new DalekJS API
8 stars 0 forks source link

Add failure recovery for Suite/Unit/Task exection #11

Open rodneyrehm opened 9 years ago

rodneyrehm commented 9 years ago

It should be configurable how dalek should proceed when a task (action, assertion) fails.

beforeSuite, beforeUnit, afterUnit, afterSuite likely have a different requirement for failover.


dalekjs/dalek#13 (dalek 0.0.x was continueOnFailure by default)