You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Cypress grep:
- Cypress 10.0^ dependency
- Grep Module import to /plugins/index.js & /support/e2e.js
- Tags in use: @dev,@ stage, @integration
- For more recipes: https://github.com/cypress-io/cypress-grep
Cypress upgrade:
- Cypress package version: 10.9.0
- Folder where tests live is renamed: from 'integration', to 'e2e'
- Test files renamed: from '.spec.js', now '.cy.js'
- Support files renamed from: /support/index.js, now support/e2e.js
- Cypress config files changed: from cypress.json, now cypress.config.ts
- Latest changes: https://docs.cypress.io/guides/references/changelog
Cypress 10.9.0 known issues:
- Unable to run all tests at once via Cypress GUI: cypress-io/cypress#21628
- Error Log each time tests run in terminal: cypress-io/cypress#22273
README:
- grep run command
- grep recipes
Files removed:
- test examples
- Unnecessary
0 commit comments