-
Notifications
You must be signed in to change notification settings - Fork 1.1k
10.11.0 #4790
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
Merged
Merged
10.11.0 #4790
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
fd05b71
10.11.0
chrisbreiding 0d0be31
Update cy.origin dependencies / remove Cypress.require() (#4789)
chrisbreiding 68d26ea
update documentations around test isolation (#4797)
emilyrohrbough 6dcbf6d
Updating changelog
warrensplayer 6d97434
Merge branch 'master' into release-10.11.0
warrensplayer 2181181
Removing duplicate changelog entry
warrensplayer 7f3221c
Update content/_changelogs/10.11.0.md
warrensplayer 2d8eb50
Adding "Experimental Breaking Changes" section
warrensplayer 6b6e542
Moving one issue in changelog and running prettier
warrensplayer 9112e34
Moving a few items around in the changelog
warrensplayer 4cd8afc
Updating changelog copy for cy.session support in Webkit
warrensplayer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
## 10.11.0 | ||
|
||
_Released 10/25/2022_ | ||
|
||
**Features:** | ||
|
||
- [`cy.session()`](/api/commands/session) is now supported when using | ||
[WebKit (Experimental)](https://docs.cypress.io/guides/guides/launching-browsers#WebKit-Experimental) | ||
and `experimentalSessionAndOrigin` is enabled. Addresses | ||
[#24116](https://github.com/cypress-io/cypress/issues/24116), | ||
[#23832](https://github.com/cypress-io/cypress/issues/23832). | ||
- Improves user experience when connecting a project to the Dashboard. Addresses | ||
[#23379](https://github.com/cypress-io/cypress/issues/23379), | ||
[#23766](https://github.com/cypress-io/cypress/issues/23766), | ||
[#23767](https://github.com/cypress-io/cypress/issues/23767). | ||
- Users will be prompted to connect a project to the Dashboard when logging in | ||
from the Cypress Launchpad after a testing type has been selected. | ||
- Users will be prompted to record runs to the Dashboard from both the Cypress | ||
App and Cypress Launchpad if a project is connected to the Dashboard and has | ||
no recorded runs. | ||
|
||
**Bugfixes:** | ||
|
||
- When a chromium based browser tab or process crashes, Cypress will no longer | ||
hang indefinitely but will fail the current test and move on to the next. | ||
[#6170](https://github.com/cypress-io/cypress/issues/6170). | ||
- Fixed as issue where browser-skipped tests were incorrectly recorded to the | ||
Dashboard which resulted in the Dashboard marking the test as "new" or | ||
"modified" when it already existed. Fixes | ||
[#23517](https://github.com/cypress-io/cypress/issues/23517). | ||
- Fixed issue connecting to the cloud when a self-signed cert was in the cert | ||
chain. Fixes [#24298](https://github.com/cypress-io/cypress/issues/24298). | ||
- [`cy.origin()`](/api/commands/origin) now supports more than 30 unique origin | ||
spec bridges per test. Fixes | ||
[#22874](https://github.com/cypress-io/cypress/issues/22874), | ||
[#23967](https://github.com/cypress-io/cypress/issues/23967). | ||
- Fixed an issue where `document.cookie` would not reflect the correct value in | ||
cross-origin tests. Fixes | ||
[#23531](https://github.com/cypress-io/cypress/issues/23531). | ||
- Cypress will now restart on changes to the `blockHosts` configuration entry. | ||
Fixes [#22634](https://github.com/cypress-io/cypress/issues/22634). | ||
- When shown the command to record runs to the cloud, the user can select and | ||
copy parts of the command (like the record key), instead of only being able to | ||
use the "Copy" button to copy the entire command. Fixes | ||
[#22091](https://github.com/cypress-io/cypress/issues/22091). | ||
- Cleaned up inconsistencies in the UI between sentence case and title case. | ||
Fixes [#21854](https://github.com/cypress-io/cypress/issues/21854). | ||
- Fixed an issue where there is a visible "Project ID" section (with no | ||
`projectId`) when user has not connected to the Dashboard. | ||
[#21806](https://github.com/cypress-io/cypress/issues/21806). | ||
|
||
**Experimental Breaking Changes:** | ||
|
||
- [`cy.origin()`](/api/commands/origin) now supports using `require()` and | ||
dynamic `import()` to include dependencies. `Cypress.require()` has been | ||
removed. Addresses | ||
[#24293](https://github.com/cypress-io/cypress/issues/24293). | ||
- The way that Cypress handles | ||
[test isolation](/guides/core-concepts/writing-and-organizing-tests#Test-Isolation) | ||
has changed. The previous modes of `legacy` and `strict` have been replaced | ||
with `on` and `off`. Fixes | ||
[#24206](https://github.com/cypress-io/cypress/issues/24206). | ||
- The default mode is `on` when | ||
[`experimentalSessionAndOrigin`](/guides/references/experiments) is enabled. | ||
- The [cy.session()](/api/commands/session) command now inherits the test | ||
isolation behavior for the suite it runs in. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.