Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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