From 758afddb30a83afd78113beb201a7c69e1b7bc6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=C3=B6ing?= Date: Tue, 9 Jan 2024 17:33:32 +0100 Subject: [PATCH] Fix link to 'experimentalInteractiveRunEvents' (#5598) The [currently linked page](https://docs.cypress.io/guides/references/configuration#Experiments), does not list any information on the `experimentalInteractiveRunEvents` config value. This flag is explained [here](https://docs.cypress.io/guides/references/experiments#Configuration). --- docs/api/plugins/before-run-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. :::