-
Notifications
You must be signed in to change notification settings - Fork 0
Python Selenium Framework Version 03
Kushan Amarasiri edited this page Dec 1, 2018
·
2 revisions
This is the second version of the Python based test automation framework done. This framework contains the following features
- Excel Driven test automation
- BDD with behave
- JSON based Data Driven
- Can run non - BDD scenarios also
- Allure reporting
- Chrome Headless support
- Web Driver Manager Support
- Image Compare Support
- Online Headless Download Support
- Screen Shot Take Utility
Pre- requisites
- Python 3.7.1 (Latest) installed
- PyCharm IDE
- Install selenium (https://pypi.org/project/selenium/)
- Install openpyxl(Excel) (https://pypi.org/project/openpyxl/)
- Install behave (https://pypi.org/project/behave/)
- Install Pytest (https://pypi.org/project/pytest/)
- Install Pytest-allure-adapter (https://pypi.org/project/pytest-allure-adaptor/)
- Install Pillow (pip install Pillow)
- Install Web Driver Manager (pip install webdriver_manager)