Cypress: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 22: | Line 22: | ||
| valign="top" | | | valign="top" | | ||
* [https://www.linkedin.com/pulse/cypress-vs-selenium-farhan-ahmed-khoso Cypress » Cypress vs. Selenium] | * [https://www.linkedin.com/pulse/cypress-vs-selenium-farhan-ahmed-khoso Cypress » Cypress vs. Selenium] | ||
* [https://docs.cypress.io/guides/core-concepts/testing-types Cypress » Testing Types] | |||
* [[Selenium]] | |||
* [https://www.cypress.io/ Cypress] | * [https://www.cypress.io/ Cypress] | ||
* [[NodeJS]] | * [[NodeJS]] | ||
* [[JQ Tool]] | * [[JQ Tool]] |
Revision as of 01:11, 19 November 2023
source ~/.bashrc
nvm install 16.13.2
nvm use 16.13.2
node -v
npm install [email protected] --save-dev
npm install
# npx cypress run --record --key 4b8311b7-5c2b-488d-bf46-03fcf372b034
npx cypress open
# » cloud.cypress.io login
# » E2E Testing » Configuration files
# » Choose a browser » Firefox » Start E2E Testing
# » http://localhost:43599/__/#/specs
References
| ||