Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 parallel

Both **positive** and **negative** test cases are included.

Happy testing! โšก๐Ÿ˜Š