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
Currently if a test introduces a crash, the whole TestRunner run crashes, and no test results are output.
I propose adding a try/catch block around TestSuite Setup and test case function calls, with appropriate error messaging, so that if a single test case fails/crashes, other test cases can continue to run
The text was updated successfully, but these errors were encountered:
Currently if a test introduces a crash, the whole TestRunner run crashes, and no test results are output.
I propose adding a try/catch block around TestSuite Setup and test case function calls, with appropriate error messaging, so that if a single test case fails/crashes, other test cases can continue to run
The text was updated successfully, but these errors were encountered: