cypress-cy
v2.0.0
Published
Run Cypress with less typing
Readme
cypress-cy
Run Cypress with less typing
https://github.com/alexsch01/cypress-cy
How To Install
npm install -g cypress-cyExamples
cy run npx cypress run
cy open npx cypress run --headed --no-exit
cy ntlm run npx cypress-ntlm run
cy ntlm open npx cypress-ntlm run --headed --no-exit
How To Uninstall
npm uninstall -g cypress-cy
*****
In the Global NPM folder, delete:
- On Windows: "cy" and "cy.cmd"
- Otherwise: "cy"
*****