Skip to content

Commit

Permalink
docs: document that havoc should not be used in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
lucgagan committed Nov 12, 2023
1 parent 3b17af0 commit be8b9bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ test.beforeEach(async ({ page }) => {
});
```

> **Note** `havoc` must be used only while troubleshooting or trying to identify flaky tests. It must not be used in your CI/CD pipeline as it will cause your tests to run a lot longer than needed.
> [!WARNING]
> `havoc` must be used only while troubleshooting or trying to identify flaky tests. It must not be used in your CI/CD pipeline as it will cause your tests to run a lot longer than needed.
## How does it work?

Expand Down

0 comments on commit be8b9bb

Please sign in to comment.