In order to execute this project you must follow the steps below:
- Install Node JS (version >= 20.x)
- Run
npm i --save-dev
to install all the project dependencies - Run
npx playwright install
to install the browsers used by Playwright - Run
npm run ci
to execute the entire test suite - Run
npm run show-report
to visualize the reports
All execution artifacts can be found in ./artifacts
, if you want to remove these files run npm run clean
.
- Scenarios: Test scenario mapping
- Support: Project structure files
- Elements: Mapping the elements of each screen
- Fixtures: Data configuration files
- Pages: Logic used to perform actions in tests