- Automation Tool: Playwright;
- Programming Language: JavaScript;
- Reporting Tool: Allure Report;
- The project uses the default GitHub Actions, build in Playwright
Test cases are logically combined in two separate describe blocks. The first one groups test cases that check the login feature.
The second describe block contains three E2E test cases. For them I use cookies data stored in auth.json file to skip the loggin screen. See the screenshot below.
The project uses Page Object Model.