In my Playwright tests build, I have a few tests case that pass in the 2nd run but I still see the first test as failed. Can we not simply mark the test as passed if it has passed in the 2nd run?
Hello Toby-steed,
The individual test statuses are independent of the next run. At the moment, the test will remain “pass” or “fail” irrespective of whether it fails or passes in the future run.