A demo project, illustrating test automation using Gauge with selenium-python binding.
This is an example project, illustrating how to do test automation using Gauge test automation framework, with python support.
This project uses
gauge install python
Using the "APP_ENDPOINT" /env/default/default.properties
This project requires pip to install dependencies. To install dependencies run :
pip3 install -r requirements.txt
On Windows: Please updated the env/default/python.properties as bellow.
GAUGE_PYTHON_COMMAND = python
gauge run specs
This will also compile all the supporting code implementations.