Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/app/guides/cypress-studio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down