Skip to content

Latest commit

 

History

History
executable file
·
52 lines (38 loc) · 1.68 KB

README.md

File metadata and controls

executable file
·
52 lines (38 loc) · 1.68 KB

gauge-python-selenium-demo project Build Status Quality Gate Status

This is an example project, illustrating how to do test automation using Gauge test automation framework, with python support.

This project uses

Concepts covered

  • Use Webdriver as base of implementation
  • Specs
  • Table driven execution

Prerequisites

System Under Test (SUT)

Using the "APP_ENDPOINT" /env/default/default.properties

Executing specs

Set up

This project requires pip to install dependencies. To install dependencies run :

pip3 install -r requirements.txt

Propertes

On Windows: Please updated the env/default/python.properties as bellow.

GAUGE_PYTHON_COMMAND = python

All specs

gauge run specs

This will also compile all the supporting code implementations.