Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 480 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 480 Bytes

Data-driven Playwright tests

This project includes these types of tests examples using Playwright tool:

  • e2e-tests

Installation

Before the first run execute:

npx playwright install
git clone https://github.com/taninnazar/data-driven-playwright-tests.git
npm install

Run e2e-tests

npm run e2e-tests

Reporting

Allure reports are generating automatically after running e2e tests. To open generated html report use:

npm run open-allure-report