From c8fc5da627a41a9e5de103833e61e7873c916d16 Mon Sep 17 00:00:00 2001 From: Matthew Schile Date: Fri, 22 Aug 2025 09:23:12 -0600 Subject: [PATCH 1/2] docs: update studio limitations --- docs/app/guides/cypress-studio.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/app/guides/cypress-studio.mdx b/docs/app/guides/cypress-studio.mdx index 34933bcd83..ef6ed6e6f1 100644 --- a/docs/app/guides/cypress-studio.mdx +++ b/docs/app/guides/cypress-studio.mdx @@ -155,6 +155,8 @@ Want more control? Use the [`Cypress.ElementSelector`](/api/cypress-api/element- ## Limitations - Works only in E2E tests (Component Testing not yet supported) +- Cucumber tests are not yet supported +- `@cypress/grep` is not yet supported - Cannot record across [multiple origins](/app/guides/cross-origin-testing). - Studio cannot load when running in open mode with `@cypress/grep`. You will see an error in this case. Remove any `--grep` flags from your command during `cypress open` to use Studio. From 776c74c49f69010468b5e62f718a01a65ea6d801 Mon Sep 17 00:00:00 2001 From: Matt Schile Date: Fri, 22 Aug 2025 09:25:59 -0600 Subject: [PATCH 2/2] Update docs/app/guides/cypress-studio.mdx Co-authored-by: Adam Stone-Lord --- docs/app/guides/cypress-studio.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/app/guides/cypress-studio.mdx b/docs/app/guides/cypress-studio.mdx index ef6ed6e6f1..3c436540d2 100644 --- a/docs/app/guides/cypress-studio.mdx +++ b/docs/app/guides/cypress-studio.mdx @@ -156,7 +156,6 @@ Want more control? Use the [`Cypress.ElementSelector`](/api/cypress-api/element- - Works only in E2E tests (Component Testing not yet supported) - Cucumber tests are not yet supported -- `@cypress/grep` is not yet supported - Cannot record across [multiple origins](/app/guides/cross-origin-testing). - Studio cannot load when running in open mode with `@cypress/grep`. You will see an error in this case. Remove any `--grep` flags from your command during `cypress open` to use Studio.