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?