Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 349 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 349 Bytes

Testing framework for my blog application. To run, do the following.

  1. Clone the repo
  2. Run pip3 install -r requirements.txt
  3. Add the the chrome driver executable to your PATH, or modify test.py to pass in the path/location of your chrome driver executable to the webdriver.Chrome() call.
  4. Run python3 test.py