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
I think in SauceLabs if you have let's say 10 tests in a test suite they don't show you the individual test names in their reporting UI, but they do give an overall pass or fail. Is this code wrong then since it bases the state of the test suite based on the success of the last test run in a suite? Should it be instead returning pass only if all tests in the suite passed or am I not thinking about it correctly?
I think in SauceLabs if you have let's say 10 tests in a test suite they don't show you the individual test names in their reporting UI, but they do give an overall pass or fail. Is this code wrong then since it bases the state of the test suite based on the success of the last test run in a suite? Should it be instead returning pass only if all tests in the suite passed or am I not thinking about it correctly?
The text was updated successfully, but these errors were encountered: