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

Latest commit

 

History

History
23 lines (12 loc) · 721 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 721 Bytes

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