This project includes 2 types of tests examples using Playwright tool:
- e2e-tests
- api-test
git clone https://github.com/taninnazar/playwright-test.git
npm install
npm run e2e-tests
npm run api-tests
Allure reports are generating automatically after running e2e of api tests. To open generated html report use:
npm run open-allure-report