Skip to content

getgauge/template-python-selenium

Repository files navigation

Gauge example project, in Python

This project serves as a template for writing Automation using Gauge

This project uses

Prerequisites

gauge --install python
[pip / pip3] install getgauge
  • Google Chrome

Executing specs

Set up

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

pip install -r requirements.txt

Run the following command to install chromedriver, if it fails then download it from here and add it to the PATH variable.

[pip / pip3] install chromedriver_installer

All specs

gauge run specs

This will also compile all the supporting code implementations.