You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: