Bump cypress from 4.2.0 to 6.5.0
Created by: dependabot-preview[bot]
Bumps cypress from 4.2.0 to 6.5.0.
Release notes
Sourced from cypress's releases.
6.5.0
Released 2/15/2021
Performance:
- Improved the startup time of
cypress open
andcypress run
. Addresses #15075.Bugfixes:
- Fixed an issue where tests would display as failed if an event (such as an XHR request) failed after the test was already completed. This only affects the display of the test and not what was reported in run mode, so it would not have had an effect on suites running in CI. Addresses #14978.
- Fixed a regression introduced in 6.4.0 that caused Electron to crash when opening outside links in the Command Log. Addresses #14912.
- Fixed an issue where browser paths with double backslashes would not work as expected on Windows. Addresses #14719.
- Fixed Microsoft Edge browser detection when passing a path on Windows. Addresses #14716.
- Fixed an issue where the types for
Cypress.on
did not support chaining. Addresses #14991.- Fixed an issue where, when installing two Cypress instances simulataneously, the downloaded
.zip
could become corrupted and break the install process. Addresses #4595.Misc:
- Expanded search bar in desktop GUI to fill the entire width. Addresses #14830.
- Added
autoEnd
to the types forLogConfig
. Addresses #9590.Dependency Updates:
- Upgraded
electron
to version11.2.3
. Addresses #15056.6.4.0
Released 2/1/2021
Features:
- Added a command log entry for when a file is donwloaded. Addresses #14749.
- The
delayMs
option forcy.intercept()
has been renamed todelay
.delayMs
will still work, but it is deprecated and will be removed in a future release. Addresses #14822.Bugfixes:
- Fixed an issue with handling spec paths containing special characters. Addresses #14659.
- Fixed an issue where Cypress Studio would not prompt to start adding commands after visiting an inputted url. Addresses #14688.
- Fixed an issue where Cypress Studio could generate empty
cy.type()
commands. Addresses #14684.- Fixed an issue where Cypress Studio prompts user to enter a URL even if an error has already occured. Addresses #14686.
- Fixed an issue where Cypress Studio would not reload tests with
watchForFileChanges: false
. Addresses #14744.- Fixed an issue where Cypress studio would add a
cy.click()
beforecy.type()
. Addresses #14685.- Fixed an issue where Cypress Studio could use the wrong selector for a click event. Addresses #14658.
- Fixed multi-select support for Cypress Studio. Addresses #14743.
- Improved the UI for command failures within Cypress Studio. Addresses #14691.
- The Selector Playground is now closed automatically when Cypress Studio is opened. #14689.
- Fixed an issue with
cy.intercept
where aliases set viareq.alias
containing a period character would not work as expected. Addresses #14444.- Fixed an issue where delays set using
cy.intercept
would not work as expected. Addresses #14446.- Reverted a change to how the Chrome DevTools Protocol is established. Instead of using stdio and then falling back to TCP, Cypress now only uses TCP to try to connect to Chrome DevTools Protocol. Addresses #14819.
- Fixed an issue causing a webpack compilation error when a browserslist is present in project root. Addresses #8864.
... (truncated)
Commits
-
7babe6f
release 6.5.0 [skip ci] -
9ad8ace
fix: launch chrome with --disable-print-preview argument (#15066) -
e028262
fix: update dependencies of npm/react-vue (#15095) -
5696bee
chore: restrict get-next-version to packages and cli dirs (#15099) -
1d878d2
feat(component-testing): Component testing runner splash screen (#15091) -
10fdd7b
fix: use app.whenReady and remove delay race for electron startup (#15075) -
b4c0117
fix: regression where failed events could cause a passing test to display as ... -
484f1eb
Merge pull request #15084 from cypress-io/fix/evergreen-headless -
d940cbb
Merge branch 'develop' into fix/evergreen-headless -
8e46206
fix: Add autoEnd option to Cypress.Log Typescript definitions (#15076) (#15087) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)