Skip to content

getgauge-examples/python-selenium

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages