Cypress
Overview
Installation
Last updated
Last updated
npm install cypress --save-dev# Using full path:
./node_modules/.bin/cypress open
# Or with npm bin shortcut:
$(npm bin)/cypress open{
"scripts": {
"cypress:open": "cypress open"
}
}npm run cypress:open