项目作者: gemunulk

项目描述 :
A demo project, illustrating test automation using Gauge with selenium-python binding.
高级语言: Python
项目地址: git://github.com/gemunulk/gauge-python-selenium-demo.git
创建时间: 2016-12-07T05:56:47Z
项目社区:https://github.com/gemunulk/gauge-python-selenium-demo

开源协议:

下载


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)

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

Executing specs

Set up

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

  1. pip3 install -r requirements.txt

Propertes

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

  1. GAUGE_PYTHON_COMMAND = python

All specs

  1. gauge run specs

This will also compile all the supporting code implementations.