Skip to content

scripting-drafts/Playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation - Playwright (Python) POM

Quickstart

pip install -r requirements.txt
playwright install
pytest

Headed mode

HEADLESS=0 pytest -q

Output

  • HTML report: reports/report.html

CI

GitHub Actions workflow in .github/workflows/ci.yml runs tests headless and uploads the HTML report as an artifact.

About

Python test suite with POM design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published