Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 351 Bytes

File metadata and controls

23 lines (15 loc) · 351 Bytes

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.