Skip to content

alexsch01/cypress-cy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypress-cy

Run Cypress with less typing

https://github.com/alexsch01/cypress-cy


How To Install

npm install -g cypress-cy

Examples

cy run cypress run --browser chrome

cy open cypress run --browser chrome --headed --no-exit

cy ntlm run cypress-ntlm run --browser chrome

cy ntlm open cypress-ntlm run --browser chrome --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"
*****