Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamgauravkhanna/hands-on-cypress-io
Cypress IO Examples
https://github.com/iamgauravkhanna/hands-on-cypress-io
cypress cypress-io cypress-tests
Last synced: 30 days ago
JSON representation
Cypress IO Examples
- Host: GitHub
- URL: https://github.com/iamgauravkhanna/hands-on-cypress-io
- Owner: iamgauravkhanna
- Created: 2020-04-20T14:39:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T14:33:37.000Z (over 1 year ago)
- Last Synced: 2024-04-13T15:52:39.368Z (9 months ago)
- Topics: cypress, cypress-io, cypress-tests
- Language: JavaScript
- Homepage:
- Size: 9.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hands-on-cypress-io
Cypress IO Examples
# To Start
1. Clone the project
2. `npm i` - Install all the dependencies
3. There are a lot dependencies that are not updated frequently in parallel with cypress. So while installing if you are seeing conflicts use`npm i --force`.
4. Run `npx cypress run` to execute the tests in CLI