mkdir cy-test
cd cy-test
# by npm
npm init -y
npm i cypress --save-dev
npx cypress open
# or by yarn
yarn init -y
yarn add -D cypress
npx cypress openCheck Opening Cypress
mkdir cy-test
cd cy-test
# by npm
npm init -y
npm i cypress --save-dev
npx cypress open
# or by yarn
yarn init -y
yarn add -D cypress
npx cypress openCheck Opening Cypress