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, we are not counting the number of tests that fail, but rather the number of asserts that fail, but we are forgetting that there could be more than one assert per test, and that if only 1 assert of the test fails, that test is already a failed test.