Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TEST] fix CurrentTestFailedMarker to reset its state after each test
The currently used method `testRunStarted` is only called before any tests have been run, we need to reset that state before each test, that's why we need to use `testStarted`.
- Loading branch information