In order to execute this project you must follow the steps below:
- Install Node JS (version >= 18.x)
- Run
npm i --save-dev
to install all the project dependencies - Run
npm run cypress
to execute the entire test suite
- Integration: Test scenario mapping
- Support: Project structure files
- Elements: Mapping the elements of each screen
- PageObjects: Logic used to perform actions in tests
- Steps: Mapping the steps of test scenario