Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 656 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 656 Bytes

Bootcamp Cypress Avançado

Repository with e2e tests to automate an website to review foodtrucks using Cypress.
This is part of QAcademy bootcamp Cypress Avançado.

📚 What I learn

  • How to create end-to-end tests using Cypress.
  • How to solve some day to day testing problems using Cypress.
  • How to use Page Objects pattern on Cypress.
  • How to create custom commands to reuse tests and avoid test coupling.

💻 Stack

  • Cypress
  • Javascript