https://github.com/bahmutov/cypress-skip-example
Playing with skipping Cypress tests if a previous test fails
https://github.com/bahmutov/cypress-skip-example
cypress-example
Last synced: 9 months ago
JSON representation
Playing with skipping Cypress tests if a previous test fails
- Host: GitHub
- URL: https://github.com/bahmutov/cypress-skip-example
- Owner: bahmutov
- Created: 2024-09-04T13:35:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T15:41:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T15:57:34.625Z (over 1 year ago)
- Topics: cypress-example
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cypress-skip-example
> Playing with skipping Cypress tests if a previous test fails
This is an example of using the [cypress-skip-this-test](https://github.com/bahmutov/cypress-skip-this-test) plugin. For more information, read the blog post [Skip Dependent Cypress Tests On Failure](https://glebbahmutov.com/blog/skip-dependent-tests-on-failure/) or watch video [Skip Dependent Cypress Tests On Failure](https://youtu.be/ngmB4r4-m6U).