This project is intended as a portfolio, generated from Cypress original cypress-example-kitchensink and updated with a similar Page Object model.
Project Tree
.
|-- README.md
|-- cypress
| |-- downloads
| |-- e2e
| | |-- 1-getting-started
| | | `-- todo.cy.js
| | `-- 2-advanced-examples
| | |-- actions.cy.js
| | |-- aliasing.cy.js
| | |-- assertions.cy.js
| | |-- connectors.cy.js
| | |-- querying.cy.js
| | `-- waiting.cy.js
| |-- fixtures
| | |-- example.json
| | |-- profile.json
| | `-- users.json
| |-- screenshots
| `-- support
| |-- commands.js
| |-- e2e.js
| `-- pageLocators
| |-- commands
| | |-- actions
| | | `-- ActionsPage.js
| | |-- aliasing
| | | `-- AliasingPage.js
| | |-- assertions
| | | `-- AssertionsPage.js
| | |-- connectors
| | | `-- ConnectorsPage.js
| | |-- querying
| | | `-- QueryingPage.js
| | `-- waiting
| | `-- WaitingPage.js
| `-- todo
| `-- TodoPage.js
|-- cypress.config.js
|-- package-lock.json
`-- package.json