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 enable the fail fast policy for a project:

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

    Screenshot 2024-09-20 at 3.53.13 PM.png
    Projects Dashboard
  2. Click the Configure tab to go to the project configuration menu.

    Screenshot 2024-10-09 at 2.58.52 PM.png
    Project detail page
  3. In the project configuration screen, click on the Settings card. This will open the Project settings page.

    Screenshot 2024-10-09 at 3.19.43 PM.png
    Project Configuration
  4. In the projects settings page, enable the Fail fast policy for status calculation and click on the Save changes button to confirm the changes.

Screenshot 2024-10-10 at 2.17.47 PM.png
Project configuration | Settings

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?