Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 661 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 661 Bytes

Playwright tests

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

  • e2e-tests
  • api-test

Run tests

Installation

git clone https://github.com/taninnazar/playwright-test.git
npm install

Run e2e-tests

npm run e2e-tests

Run api-tests

npm run api-tests

Reporting

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

npm run open-allure-report

CI build

CircleCI - main branch