Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lovelytester/automation-selenium-project
A project for QA automation using Selenium and Python.
https://github.com/lovelytester/automation-selenium-project
python qa-automation selenium
Last synced: 2 days ago
JSON representation
A project for QA automation using Selenium and Python.
- Host: GitHub
- URL: https://github.com/lovelytester/automation-selenium-project
- Owner: lovelytester
- Created: 2024-10-22T13:23:19.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T09:40:38.000Z (4 months ago)
- Last Synced: 2025-02-13T02:47:32.001Z (2 days ago)
- Topics: python, qa-automation, selenium
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QA Automation with Selenium (Python) ๐ป๐งช
Welcome! This repo showcases a simple QA automation project using **Selenium** with **Python**, focused on testing the login page at [Practice Test Automation](https://practicetestautomation.com/practice-test-login/).
### What's Inside? ๐
- ๐ Page Objects Model (POM) in **Selenium** for web automation
- ๐งช **Pytest** for running tests
- ๐ท๏ธ **Pytest marks** (registered in `pytest.ini`)
- ๐งฉ **Conftest.py** for shared fixtures
- ๐ **requirements.txt** for dependencies
- โก **pytest-xdist** for running tests in parallelBoth **positive** and **negative** test cases are included.
Happy testing! โก๐