Skip to content
Merged
Changes from all commits
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
3 changes: 3 additions & 0 deletions docs/api/commands/origin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,9 @@ Cypress.Commands.add('login', (username, password) => {
In this video we walk through how to test multiple origins in a single test. We
also look at how to use the `cy.session()` command to cache session information
and reuse it across tests.
The configuration option `experimentalSessionAndOrigin`, mentioned in the video, is not used
since [Cypress 12.0.0](https://docs.cypress.io/app/references/changelog#12-0-0)
and the associated functionality is enabled by default.

## Notes

Expand Down