-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
feat(breaking): 7.0 Release #14690
feat(breaking): 7.0 Release #14690
Conversation
Thanks for taking the time to open a PR!
|
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
# Conflicts: # packages/driver/package.json # yarn.lock
# Conflicts: # yarn.lock
Co-authored-by: Chris Breiding <chrisbreiding@gmail.com>
# Conflicts: # yarn.lock
Co-authored-by: Zach Bloomquist <github@chary.us> Co-authored-by: Zach Bloomquist <git@chary.us>
Co-authored-by: Chris Breiding <chrisbreiding@gmail.com> Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
for (const prop in routeMatcher) { | ||
if (!allRouteMatcherFields.includes(prop)) { | ||
return err(`An unknown \`RouteMatcher\` property was passed: \`${String(prop)}\`\n\nValid \`RouteMatcher\` properties are: ${allRouteMatcherFields.join(', ')}`) | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this error add the docsUrl
property so users can go straight to the docs for cy.intercept()
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
working on a PR here #15711
chore: missing human-interval is breaking binary
Made a PR in cypress-example-receips that removes deprecated flag and will fix CI here cypress-io/cypress-example-recipes#690 |
ci: remove flaky vite tests from CI
… explorer issue (#15777)
Targeted release date: Mar 15, 2021
Todo during release:
cypress-test-node-versions
7.0.0 Release - remove Node 10, add Node 12 cypress-test-node-versions#54Details
cy.route2()
feat: remove deprecated cy.route2 command #14709Cypress.moment()
feat(breaking): Remove Cypress.moment() #14729window.onerror
fix(driver): fixed an issue with tests not failing for scripts with custom window.onerror #9077.submit() validates feat: cy.submit validates inputs before sending data. #14965revert chore: Revert submit validation #15302Notes
Cypress.moment()
from example feat: Remove Cypress.moment() usage from examples cypress-example-kitchensink#470