Skip to content

Testing framework built using Selenium. Target is a blog website I created.

Notifications You must be signed in to change notification settings

ryanmeoni/SeleniumTesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Testing framework built using Selenium. Target is a blog website I created.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages