When executing a Playwright test run with many tests where you expect all the tests to pass, you might not want to continue with a run if one fails and wait until the entire run finishes. This is where the fail fast policy can help you out.
NeetoPlaydash will stop the entire test run execution if one of the tests fails, helping you save time and CI costs.
To configure fail fast policy
Choose the project for which you want to enable the fail fast policy.
Click the Settings tab to go to the project configuration menu.
In the project configuration screen, click on the Configure project card. This will open the Project settings page.
Enable the Fail fast policy for status calculation.
Click on the Save changes button to confirm the changes.
This will enable the fail fast policy from the next test run.