You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing framework for my blog application. To run, do the following.
Clone the repo
Run pip3 install -r requirements.txt
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.