Skip to content

h1ckstead/selenium_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Selenium tests of https://shop.by/

Setup:

  1. Clone repository
  2. Install Python3 for your system if you don't have it: https://www.python.org/downloads/
  3. Install virtualenv if you don't have it: https://virtualenv.pypa.io/en/latest/installation/
  4. Create venv for the project and activate it: https://virtualenv.pypa.io/en/latest/userguide/
  5. cd path/to/project/directory
  6. Run pip install -r requirements.txt
  7. Download Chrome webdriver for your system: http://chromedriver.chromium.org/downloads
  8. Set webdriver path as environment variable export webdriver_path=/path/to/webdriver/executable

To execute tests simply run pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages