Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9.6.0 Release #4446

Merged
merged 40 commits into from
Apr 25, 2022
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
c3fc24b
Add cy.origin command API page
debrisapron Apr 14, 2022
59a1427
Initial blank changelog
jennifer-shehane Apr 20, 2022
b341c05
add changelog entries
emilyrohrbough Apr 21, 2022
334b248
add multi-origin info
emilyrohrbough Apr 21, 2022
884bea8
remove notes
emilyrohrbough Apr 21, 2022
65fb1b6
Address feedback
debrisapron Apr 22, 2022
3f4060e
Changes to yields section
debrisapron Apr 22, 2022
a84e2e0
Update cy.session command API page
debrisapron Apr 22, 2022
b0300b0
Update references Experiments page with new option
debrisapron Apr 22, 2022
61cd220
Update References Roadmap page with new multi-domain status
debrisapron Apr 22, 2022
d02fb09
Merge pull request #4450 from cypress-io/content/update-roadmap-page
debrisapron Apr 22, 2022
101f7d8
Incorporate feedback on feature description
debrisapron Apr 22, 2022
fedb6fe
Merge pull request #4449 from cypress-io/content/update-experiments-page
debrisapron Apr 22, 2022
48fe086
Update the changelog text
jennifer-shehane Apr 22, 2022
c2d35a4
Address reviewer feedback
debrisapron Apr 22, 2022
7a8949e
Second round of changes incorporating feedback & answers
debrisapron Apr 23, 2022
0db8d5b
Remove link for about:blank
debrisapron Apr 23, 2022
d9b73c7
Merge pull request #4448 from cypress-io/content/update-cy.session-ap…
debrisapron Apr 23, 2022
4bf7775
Merge branch 'master' into 9.6.0-release
ryanthemanuel Apr 25, 2022
d324498
PR feedback (changelog)
emilyrohrbough Apr 25, 2022
da9e13b
Update content/api/commands/origin.md
jennifer-shehane Apr 25, 2022
e4320ad
Update content/api/commands/origin.md
jennifer-shehane Apr 25, 2022
1920f82
Update content/api/commands/origin.md
jennifer-shehane Apr 25, 2022
aa448c1
Update content/api/commands/origin.md
jennifer-shehane Apr 25, 2022
fa061db
Update content/api/commands/origin.md
jennifer-shehane Apr 25, 2022
46edd53
Update content/api/commands/origin.md
jennifer-shehane Apr 25, 2022
d8796bc
Update content/api/commands/origin.md
jennifer-shehane Apr 25, 2022
0a830f7
Update content/api/commands/origin.md
jennifer-shehane Apr 25, 2022
ff7620f
Update content/api/commands/origin.md
jennifer-shehane Apr 25, 2022
d97faf8
Update content/api/commands/origin.md
jennifer-shehane Apr 25, 2022
8806d91
Update content/api/commands/origin.md
jennifer-shehane Apr 25, 2022
3be96d0
Update content/_changelogs/9.6.0.md
emilyrohrbough Apr 25, 2022
5e829f8
Final changes before go-live
debrisapron Apr 25, 2022
d8d17f4
Merge pull request #4439 from cypress-io/content/add-cy.origin-api-page
debrisapron Apr 25, 2022
cc4f9e5
Update content/_changelogs/9.6.0.md
emilyrohrbough Apr 25, 2022
5813de0
Update content/_changelogs/9.6.0.md
emilyrohrbough Apr 25, 2022
c34e9b4
Update content/_changelogs/9.6.0.md
emilyrohrbough Apr 25, 2022
5fff72a
lint
emilyrohrbough Apr 25, 2022
769dc7b
Update content/guides/references/roadmap.md
emilyrohrbough Apr 25, 2022
e016185
lint
emilyrohrbough Apr 25, 2022
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
Prev Previous commit
Next Next commit
Update content/api/commands/origin.md
Co-authored-by: Emily Rohrbough  <[email protected]>
jennifer-shehane and emilyrohrbough authored Apr 25, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 8806d913cbbf6bc435e557d9c619a4211fc00434
2 changes: 1 addition & 1 deletion content/api/commands/origin.md
Original file line number Diff line number Diff line change
@@ -297,7 +297,7 @@ same session.

However, once the `experimentalSessionAndOrigin` flag is activated this is no
longer possible, as all session state is now cleared between tests. So to avoid
this overhead we have added the [`cy.session()`](/api/commands/session) command,
this overhead we recommend you leverage the [`cy.session()`](/api/commands/session) command,
which allows you to easily cache session information and reuse it across tests.
So now let's enhance our custom login command with `cy.session()` for a complete
syndicated login flow with session caching and validation. No mocking, no