Selenium implementation with Python & Behave!
Selenium implementation with Python, POM & BDD!
This is purely a Selenium Framework, attempted to keep it as simple as possible and also by making use of some of best know practices of Test Automation.
Pre-Requisites.
common/variables.py
file (chrome / firefox)pip install -r requirements.txt
Use any of the below commands to run
behave
and hit enter. // To run all the scenariosbehave --tags='regression' -k
and hit enter // To run only tests which are using @regression tag