Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 464 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 464 Bytes

SauceDemo UI Tests

Hello to everyone who came here!

You are in the UI tests repository for www.saucedemo.com.

SauceDemo is a sample website built by SauceLabs that allows practicing UI automation.

I used Python, PyTest and Selenium when writing UI tests.


Installation Steps:

  • Clone this repo
  • Navigate to project folder
  • Open CLI
  • Configure a virtual environment
  • pip3 install -r requirements.txt
  • pytest tests/ --html=./reports/report.html