Run Cypress with less typing
https://github.com/alexsch01/cypress-cy
npm install -g cypress-cy
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
npm uninstall -g cypress-cy
*****
In the Global NPM folder, delete:
- On Windows: "cy" and "cy.cmd"
- Otherwise: "cy"
*****