Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install cypress

//Install Cypress
npm install cypress --save-dev or yarn add cypress --dev

//Open Cypress
node_modules/.bin/cypress open 
or 
add "cypress": "cypress open" in your package.json then npm run cypress
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #install #cypress
ADD COMMENT
Topic
Name
8+7 =