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
Break immediately when cancelling a multiple test run (#1589)
When using "Run Test Multiple Times" or "Run Until Failure" cancelling
the run would prevent subsequent test runs from occuring, but the logs
would still print out "Beginning Test Iteration #x" for each remaining
test iteration.
Exit out of the loop that is running the tests multiple times once
cancellation has been requested. Also clean up the cancellation error
message in the logs to be formatted not as an error but just a message.
0 commit comments