Cypress

From Chorke Wiki
Revision as of 03:56, 16 November 2023 by Shahed (talk | contribs)
Jump to navigation Jump to search
source    ~/.bashrc
nvm install 16.13.2
nvm use 16.13.2
node -v

npm install [email protected] --save-dev
npm install

cd cypress/e2e
npx cypress open

# » cloud.cypress.io login
# » E2E Testing » Configuration files
# » Choose a browser » Firefox » Start E2E Testing
# » http://localhost:43599/__/#/specs

References