This project includes these types of tests examples using Playwright tool:
- e2e-tests
Before the first run execute:
npx playwright install
git clone https://github.com/taninnazar/data-driven-playwright-tests.git
npm install
npm run e2e-tests
Allure reports are generating automatically after running e2e tests. To open generated html report use:
npm run open-allure-report