Playwright - Rerun Failed Tests
Playwright provides the ability to only rerun failed tests from a previous execution, which can come in handy to cut down overall execution times when working with flaky tests and/or when you know the reason for a specific test failure has been fixed and rerunning all tests is not necessary - Read More.
note
Since all testing tools have different approaches to rerunning failed tests, Testkube does not have a native "Rerun failed tests" functionality. That being said, it is certainly possible to create Workflows that tap into the corresponding functionality in the testing tool at hand, with some custom scripting and/or configuration parameters.
The below Workflow is an example of how to achieve this for Playwright tests.