/python-selenium

Primary LanguagePythonMIT LicenseMIT

python-selenium

This project serves as an example for writing Automation using Gauge

This project uses

Concepts covered

Prerequisites

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

Setting up the System Under Test (SUT)

java -jar activeadmin-demo.war

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.