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
Feels like a missed opportunity since there is already support for slow tests.
Example
Using the test.soft() annotation would make sure all assertions in the test case would instead run as soft assertions.
Motivation
Useful for flaky tests that still bring value from being ran. There is an ambition to fix the test but in the meantime there is still an upside to running all of the assertions. Manually walking through each test step to add ".soft" to each step (and then change them back when fixed) is tedious.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Feels like a missed opportunity since there is already support for slow tests.
Example
Using the test.soft() annotation would make sure all assertions in the test case would instead run as soft assertions.
Motivation
Useful for flaky tests that still bring value from being ran. There is an ambition to fix the test but in the meantime there is still an upside to running all of the assertions. Manually walking through each test step to add ".soft" to each step (and then change them back when fixed) is tedious.
The text was updated successfully, but these errors were encountered: