Skip to content

A demo project, illustrating test automation using Gauge with selenium-python binding.

Notifications You must be signed in to change notification settings

gemunulk/gauge-python-selenium-demo

Repository files navigation

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.

About

A demo project, illustrating test automation using Gauge with selenium-python binding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages