- Functional UI Automation by using Selenium
- Reading Global Url from Properties file
- Test cases by Gherkins BDD framework
- Python
- pyCharm
- pip install selenium
- pip install behave
- pip install allure-behave
- Please clone git project ot required location
- import project into PyCharm
- Go to
Features\
- Go to
Configuration\Config.ini
and Change browser name to Chrome/Firefox to run test case on required browser - Run command:
behave Features\
- Run command for allure report:
behave -f allure_behave.formatter:AllureFormatter -o reports/ Features/
- Go to the Screenshots
\Screenshots
to check failed test cases - Go to Reports
\Reports
to check allure repors