diff --git a/docs/api/plugins/before-run-api.mdx b/docs/api/plugins/before-run-api.mdx index a2d85c680a..b41ed10687 100644 --- a/docs/api/plugins/before-run-api.mdx +++ b/docs/api/plugins/before-run-api.mdx @@ -16,7 +16,7 @@ event will fire once for each machine on which the tests are run. :::caution ⚠️ When running via `cypress open`, the `before:run` event only fires if the -[experimentalInteractiveRunEvents flag](/guides/references/configuration#Experiments) +[experimentalInteractiveRunEvents flag](/guides/references/experiments#Configuration) is enabled. :::