Skip to content

alexsch01/cypress-cy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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 npx cypress run --browser chrome

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

cy ntlm run npx cypress-ntlm run --browser chrome

cy ntlm open npx 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"
*****