Skip to content

AZANIR/plw_pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation Framework with Playwright and pytest

Manual steps:

1. Install environment:

run: |
  python -m pip install --upgrade pip
  pip install pipenv
  pipenv install --system
  playwright install chromium

2. Run all playwright tests:

reopen terminal and run:

pytest

3. Run allure report:

allure serve reports

4. To run tests with HTML report:

pytest --template=html1/index.html --report=report.html

Releases

No releases published

Packages

No packages published

Languages