Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gilvanna/bootcamp-qtruck
Repository with e2e tests using Cypress to automate an online foodtruck review website. This is part of QAcademy Cypress Bootcamp.
https://github.com/gilvanna/bootcamp-qtruck
cypress cypress-io cypress-tests
Last synced: about 2 months ago
JSON representation
Repository with e2e tests using Cypress to automate an online foodtruck review website. This is part of QAcademy Cypress Bootcamp.
- Host: GitHub
- URL: https://github.com/gilvanna/bootcamp-qtruck
- Owner: gilvanna
- Created: 2022-08-19T21:27:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T18:41:04.000Z (about 2 years ago)
- Last Synced: 2023-07-27T23:24:39.363Z (over 1 year ago)
- Topics: cypress, cypress-io, cypress-tests
- Language: TypeScript
- Homepage:
- Size: 526 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootcamp Cypress Avançado
Repository with e2e tests to automate an website to review foodtrucks using Cypress.
This is part of [QAcademy](https://www.qacademy.io/) 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