Skip to content

Rohith1897/Python-Selenium-pytest-bdd-project

Repository files navigation

Python-Selenium-pytest-bdd-project

#structure

indee_playback_test/ │ ├── .venv/ │ ├── features/ │ └── video_playback.feature │ ├── pages/ │ ├── init.py │ ├── base_page.py │ ├── login_page.py │ ├── project_page.py │ └── video_player_page.py │ ├── screenshot/ │ ├── tests/ │ └── test_video_playback.py │ ├── init.py ├── conftest.py ├── pytest.ini ├── report.html └── requirements.txt

1.Install dependencies: pip install -r requirements.txt

2.How to Run Tests: pytest -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published