Skip to content

Commit

Permalink
add to experiments page
Browse files Browse the repository at this point in the history
  • Loading branch information
kuceb committed Dec 21, 2020
1 parent 98fc8e8 commit 14aa45d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/guides/references/experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ You can pass the {% url "configuration" configuration %} options below to enable

Option | Default | Description
----- | ---- | ----
`experimentalSessionSupport` | `false` | Enables support for the Cypress Session API. See {% url `useSession` useSession %} for more detail.
`experimentalComponentTesting` | `false` | Enables component testing using framework-specific adaptors. See {% url "Component Testing" component-testing-introduction %} for more detail.
`experimentalFetchPolyfill` | `false` | Automatically replaces `window.fetch` with a polyfill that Cypress can spy on and stub. Note: `experimentalFetchPolyfill` has been deprecated in Cypress 6.0.0 and will be removed in a future release. Consider using {% url "`cy.intercept()`" intercept %} to intercept `fetch` requests instead.
`experimentalSourceRewriting` | `false` | Enables AST-based JS/HTML rewriting. This may fix issues caused by the existing regex-based JS/HTML replacement algorithm. See {% issue 5273 %} for details.

{% history %}
{% url "6.2.0" changelog#6-2-0 %} | Added `experimentSessionSupport`.
{% url "6.0.0" changelog#6-0-0 %} | Removed `experimentalNetworkStubbing` and made it the default behavior when using {% url "`cy.intercept()`" intercept %}.
{% url "6.0.0" changelog#6-0-0 %} | Deprecated `experimentalFetchPolyfill`.
{% url "5.2.0" changelog#5-2-0 %} | Removed `experimentalShadowDomSupport` and made it the default behavior.
Expand Down

0 comments on commit 14aa45d

Please sign in to comment.