Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

A project used for training on Python, Pytest, PyPom, and Selenium automated testing!

Notifications You must be signed in to change notification settings

openstax/pytest-selenium-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Pytest Selenium Training!

This repository is home to the code required to become familiar with Python, Pytest, and Selenium browser testing.

You can find the training on our wiki here: http://qualitas-server.herokuapp.com/wiki/Introduction_to_Pytest_and_Selenium

To install:

After you have cloned down the git repository change directories into the project you are interested in.

cd ~/Documents/Automation/pytest-selenium-training

Create a virtual environment for the project using Pyenv

pyenv virtualenv pytest-selenium-training

Activate the virtualenv

pyenv activate pytest-selenium-training

Install the dependencies required into the virtual environment

pip install -r requirements.txt

About

A project used for training on Python, Pytest, PyPom, and Selenium automated testing!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages