You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app/guides/cypress-studio.mdx
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,12 @@ Studio will automatically create a new test definition for you.
84
84
85
85
### Extend an existing test
86
86
87
+
:::warning
88
+
89
+
**Sourcemaps required:** Sourcemaps must be enabled for Studio to load your existing test. See [how to enable sourcemaps](api/node-events/preprocessors-api#Source-maps) for more information.
90
+
91
+
:::
92
+
87
93
You can extend and update existing tests using Cypress Studio.
88
94
89
95
1. Run the spec in Cypress
@@ -149,7 +155,8 @@ Want more control? Use the [`Cypress.ElementSelector`](/api/cypress-api/element-
149
155
- Cucumber tests are not yet supported
150
156
- Cannot record across [multiple
151
157
origins](/app/guides/cross-origin-testing).
152
-
- See issues labeled with [`experiment: studio`](https://github.com/cypress-io/cypress/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22experiment%3A%20studio%22) for other known issues.
158
+
- Recording in iframe is not yet supported
159
+
- See issues labeled with [`topic: studio`](https://github.com/cypress-io/cypress/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22topic%3A%20studio%22) for other known issues.
0 commit comments