This is an example project, illustrating how to do test automation using Gauge test automation framework, with python support.
This project uses
- Use Webdriver as base of implementation
- Specs
- Table driven execution
- Install Gauge
- Install Python 3
- Install Gauge-Python plugin by running
gauge install python
Using the "APP_ENDPOINT" /env/default/default.properties
- The SUT should be available at http://newtours.demoaut.com
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.