doc-detective / doc-detective-core

The NPM package that powers Doc Detective's testing functionality.
https://doc-detective.com
MIT License
8 stars 2 forks source link

"Continue on fail" option #144

Open hawkeyexl opened 4 months ago

hawkeyexl commented 4 months ago

Today, DD continues trying to perform a test if a step fails, but this mostly results in more failed steps at best, and potentially dangerous actions at worst. We should add a boolean for whether or not to continue the test when encountering a failure.

In v2, this setting should default to true for backwards-compatibility.

In v3, this setting should default to false for safety.