Cypress: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
npx cypress open | npx cypress open | ||
# E2E Testing » | # » E2E Testing » Configuration files | ||
# » Choose a browser » Firefox » Start E2E Testing | |||
# http://localhost:43599/__/#/specs | # » http://localhost:43599/__/#/specs | ||
</source> | </source> | ||
Revision as of 03:51, 16 November 2023
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
# » E2E Testing » Configuration files
# » Choose a browser » Firefox » Start E2E Testing
# » http://localhost:43599/__/#/specs
References
| ||