Configuring fail fast policy

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

  1. Choose the project for which you want to enable the fail fast policy.

  2. Click the Settings tab to go to the project configuration menu.

  3. In the project configuration screen, click on the Configure project card. This will open the Project settings page.

  4. Enable the Fail fast policy for status calculation.

  1. Click on the Save changes button to confirm the changes.

This will enable the fail fast policy from the next test run.

Related articles

Configuring status preference

Can't find what you're looking for?