From be8b9bb765acff8f9057855b066ea2a3c0e2e14c Mon Sep 17 00:00:00 2001 From: Luc Gagan Date: Sat, 11 Nov 2023 18:35:45 -0600 Subject: [PATCH] docs: document that havoc should not be used in CI/CD --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be56dd8..02fb997 100644 --- a/README.md +++ b/README.md @@ -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?