
git clone https://github.com/delkodeeel/selenium-python-pytest.git
cd selenium-python-pytest
pip install selenium pytest pytest-bdd allure-pytest
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
allure serve reports/allure-results