Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prashantfarakate/playwright-pytest-framework

Scalable Web Automation framework using Playwright and Pytest for robust end-to-end testing.
https://github.com/prashantfarakate/playwright-pytest-framework

json playwright playwright-python pytest pytest-html python

Last synced: 25 days ago
JSON representation

Scalable Web Automation framework using Playwright and Pytest for robust end-to-end testing.

Awesome Lists containing this project

README

        

# playwright-pytest-framework
Scalable Web Automation framework using Playwright and Pytest for robust end-to-end testing.

Key Features:
------------
- Page Object Model (POM) implementation for better maintainability
- Pytest fixtures for common setup/teardown operations
- Parallel test execution support
- Detailed HTML reports
- Custom pytest markers for test categorization
- Data-driven testing

Tech Stack:
----------
- Python 3.12
- Playwright
- Pytest
- pytest-xdist (parallel execution)
- pytest-html (reporting)