-
Initialize npm
npm init
-
Install dependencies
npm i
-
Install Cypress
npm install cypress --save-dev
-
Install dependencies
npm i
npx cypress open
- Check Cypress folder structure
- https://docs.cypress.io/api/commands/get
cy.get()
cy.visit()
cy.click()
cy.should()
cy.type()
cy.check()
/cy.uncheck()
cy.clear()
cy.select()
cy.blur()
cy.focus()
cy.log()