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: content/guides/references/configuration.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,6 @@ object:
207
207
|`supportFile`|`cypress/support/e2e.{js,jsx,ts,tsx}`| Path to file to load before spec files load. This file is compiled and bundled. (Pass `false` to disable) |
208
208
|`specPattern`|`cypress/e2e/**/*.cy.{js,jsx,ts,tsx}`| A String or Array of glob patterns of the test files to load. |
209
209
|`excludeSpecPattern`|`*.hot-update.js`| A String or Array of glob patterns used to ignore test files that would otherwise be shown in your list of tests. [Please read the notes on using this.](#excludeSpecPattern)|
210
-
|`experimentalSessionAndOrigin`|`false`| Enables cross-origin and improved session support, including the [`cy.origin()`](/api/commands/origin) and [`cy.session()`](/api/commands/session) commands. This enables `testIsolation=on` by default. Only available in end-to-end testing. |
211
210
|`slowTestThreshold`|`10000`| Time, in milliseconds, to consider a test "slow" during `cypress run`. A slow test will display in orange text in the default reporter. |
212
211
|`testIsolation`| null | The [test isolation level](/guides/core-concepts/writing-and-organizing-tests#Test-Isolation) applied to ensure a clean slate between tests. This option is only available when `experimentalSessionAndOrigin=true`, then it defaults to `on`. Options are `on` or `off`. |
213
212
|`experimentalRunAllSpecs`|`false`| Enables the "Run All Specs" UI feature, allowing the execution of multiple specs sequentially. |
|`experimentalSessionAndOrigin`|`false`| Enables cross-origin and improved session support, by adding the [`cy.origin()`](/api/commands/origin) and [`cy.session()`](/api/commands/session) commands. This also enables the concept of [Test Isolation](/guides/core-concepts/writing-and-organizing-tests#Test-Isolation), which is `on` by default. |
45
-
|`experimentalStudio`|`false`| Generate and save commands directly to your test suite by interacting with your app as an end user would. |
46
-
|`experimentalRunAllSpecs`|`false`| Enables the "Run All Specs" UI feature, allowing the execution of multiple specs sequentially. |
0 commit comments