Different Types of Asserts: Hard and Soft Asserts

Updated by Hyder Ali

A new feature we've added is the ability to run a test that continues executing after an assertion has failed, commonly known as "soft asserts".

You can now toggle between the two types of asserts—hard and soft asserts—and decide if you'd like a test to fail when an assert fails to continue running.


How did we do?