Skip to content

taninnazar/playwright-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

playwright-test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published