Skip to content

delkodeeel/selenium-python-pytest

Repository files navigation

🚀 Selenium Python + Pytest-BDD + Allure Report

📂 Project Structure

Screenshot 2025-10-03 at 10 29 28

🛠️ Installation

1. Clone Repository

git clone https://github.com/delkodeeel/selenium-python-pytest.git
cd selenium-python-pytest

2. Install Dependencies

pip install selenium pytest pytest-bdd allure-pytest

3. ▶️ Running Tests

Run all tests

pytest -v

Run specific test file

pytest steps/login.py

Run tests with Allure results

pytest steps/login.py --alluredir=reports/allure-results

4. 📊 Generate Allure Report

allure serve reports/allure-results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published