🚀 Python Automation Project
This project demonstrates real-world automation used in enterprise environments.
This framework is used to automate web and API regression testing for enterprise applications. It reduces manual testing effort, improves test coverage, and integrates with CI/CD pipelines to ensure faster and more reliable releases.
End-to-end Python test automation framework using pytest, playwright, and simple API tests.
Quick start
Prerequisites:
- Python 3.9+ installed
Install dependencies:
pip install -r requirements.txtRun tests:
pytest -qProject layout
tests/— test suites (UI and API)pages/— page objects (placeholderLoginPage)utils/— simple helpers and configurationreports/— test reports output
Notes
pytest.iniis configured to generatereports/report.htmlwhen tests run.- Replace placeholder tests and page objects with real implementations for client projects.
License: MIT