Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

cypress installation

# Install Cypress via npm:
cd /your/project/path
# This will install Cypress locally as a dev dependency for your project.
npm install cypress --save-dev

# Installing Cypress via yarn:
cd /your/project/path
yarn add cypress --dev

# more info:
https://docs.cypress.io/guides/getting-started/installing-cypress
Source by docs.cypress.io #
 
PREVIOUS NEXT
Tagged: #cypress #installation
ADD COMMENT
Topic
Name
3+3 =