https://github.com/nottyo/cypress-stubbing-urlscheme
example of stubbing url scheme with cypress
https://github.com/nottyo/cypress-stubbing-urlscheme
cypress javascript testing urlscheme
Last synced: 12 months ago
JSON representation
example of stubbing url scheme with cypress
- Host: GitHub
- URL: https://github.com/nottyo/cypress-stubbing-urlscheme
- Owner: nottyo
- Created: 2019-08-01T07:43:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T20:42:14.000Z (over 3 years ago)
- Last Synced: 2025-04-13T05:48:09.787Z (about 1 year ago)
- Topics: cypress, javascript, testing, urlscheme
- Language: JavaScript
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cypress-stubbing-urlscheme e.g. tel://, mailto:// or any custom scheme
## without stub
You should see this error because Cypress doesn't allow you to navigate outside the app

## with stub
You can also make an assertion for window.location.href navigation:
