Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/prashantfarakate/playwright-pytest-framework
- Owner: prashantFarakate
- Created: 2025-01-13T19:21:34.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2025-01-13T20:05:20.000Z (25 days ago)
- Last Synced: 2025-01-13T20:28:38.646Z (25 days ago)
- Topics: json, playwright, playwright-python, pytest, pytest-html, python
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 testingTech Stack:
----------
- Python 3.12
- Playwright
- Pytest
- pytest-xdist (parallel execution)
- pytest-html (reporting)