Production-Ready | High Coverage | Modern E2E Automation
A clean, scalable, and fully asynchronous Page Object Model framework built with Playwright and pytest for robust End-to-End testing.
Designed with real-world QA Automation best practices in mind — fast, reliable, maintainable, and production-ready from day one.
- Full Async implementation using
playwright.async_api+pytest-asyncio - Professional Page Object Model with reusable
BasePageclass - Complete coverage of all SauceDemo user scenarios (including glitch users)
- Full business flows: Login → Inventory → Cart → Checkout → Order Confirmation
- Smart flakiness handling with
@pytest.mark.xfailfor known issues - Automatic screenshots + video recording on test failure
- 88.5% code coverage on the
pages/layer (strategic, not inflated) - Parallel test execution with
pytest-xdist - Professional CI/CD pipeline with GitHub Actions (Python 3.12 & 3.13)
- Cross-browser support (Chromium, Firefox, WebKit) ready
├── pages/ # Core Page Objects (BasePage + Login, Inventory, Cart, etc.)
├── tests/ # Test cases + async fixtures
├── .github/workflows/ # CI/CD pipeline
├── screenshots/ # Auto-generated on failure
├── videos/ # Auto-recorded on failure
├── pytest.ini
├── requirements.txt
└── coverage.xmlgit clone https://github.com/jerryfinol17/Python-Playwright-Saucedemo-Pom-Framework.git
cd Python-Playwright-Saucedemo-Pom-Framework
# Install dependencies
pip install -r requirements.txt
# Install browsers
playwright install --with-deps# Run full test suite in parallel
pytest -n auto
# Debug mode (headed + slow motion)
pytest --browser chromium --headed --slowmo 300
# Generate beautiful HTML coverage report
pytest --cov=pages --cov-report=htmlOpen htmlcov/index.html to explore the detailed coverage.
(Async Version)
Complete checkout flow in under 20 seconds
Modern Async-first architecture (2026 best practice) Production-grade code quality and maintainability Strategic test coverage focused on the most critical layer (pages/) Excellent balance between speed, reliability, and readability Built to be easily extended for real client projects
Jerry Finol — QA Automation Engineer Specialized in building high-quality automation frameworks with Python + Playwright (Async) and Selenium.Passionate about writing clean, scalable, and maintainable test code that teams actually love to work with.Currently open to freelance and full-time remote opportunities.Twitter / X: @GordoRelig3d
Email: jerrytareas17@gmail.com
Green tests. Happy teams. Reliable delivery.