In order to execute this project you must follow the steps below:
- Install Node JS (version >= 22.x)
- Run
npm i --save-devto install all the project dependencies - Run
npx playwright installto install the browsers used by Playwright - Run
npm run cito execute the entire test suite - Run
npm run show-reportto visualize the reports
All execution artifacts can be found in ./artifacts, if you want to remove these files run npm run clean.
To use the AI feature with ZeroStep, you must create the zerostep.config.json file in the root of the project and add your ZeroStep token.
- 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