You are now able to bulk edit the on-failure behavior of assertions in a test. This allows you to quickly change whether selected assertions will immediately fail a test, continue execution and fail at the end of the test, or pass with a warning if the assertion fails.
To see the new option, select some steps in the trainer, at least one of which must be an assertion. We suggest using this feature to quickly migrate assertions on non-functional aspects of your application to a soft assertion.
View our help docs for more info about assertions or bulk editing in the trainer.
Did you know you can select a range of steps in the trainer? Just click on the checkbox of the first step you want to select, hold shift, and click on the checkbox of a second step. Those two steps, as well as all of the steps in between them, will be selected.