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 enable the fail fast policy for a project:
-
Choose the project for which you want to enable the fail fast policy.
-
Click the Configure tab to go to the project configuration menu.
-
In the project configuration screen, click on the Settings card. This will open the Project settings page.
In the projects settings page, enable the Fail fast policy for status calculation and click on the Save changes button to confirm the changes.
This will enable the fail fast policy from the next test run.