https://github.com/wlsf82/network-error
Sample project to demonstrate how to simulate a network error using the `cy.intercept()` command using Cypress Playground as the application under test.
https://github.com/wlsf82/network-error
cy-intercept-command cypress cypress-network-simulation cypress-playground talking-about-testing testing
Last synced: about 1 year ago
JSON representation
Sample project to demonstrate how to simulate a network error using the `cy.intercept()` command using Cypress Playground as the application under test.
- Host: GitHub
- URL: https://github.com/wlsf82/network-error
- Owner: wlsf82
- License: mit
- Created: 2024-01-25T18:57:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T23:00:37.000Z (about 1 year ago)
- Last Synced: 2025-03-18T00:21:31.219Z (about 1 year ago)
- Topics: cy-intercept-command, cypress, cypress-network-simulation, cypress-playground, talking-about-testing, testing
- Language: JavaScript
- Homepage: https://youtu.be/hGmiO_v8eac
- Size: 273 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# network-error
Sample project to demonstrate how to simulate a network error using the [`cy.intercept()`](https://on.cypress.io/intercept) command using [Cypress Playground](https://cypress-playground.s3.eu-central-1.amazonaws.com/index.html) as the application under test.