This repository contains all the code to run from the Webinar held by David Burns.
-
You will need to check out the demo site.
-
Install the python requirements with
pip install -r requirements.txt -
Run the tests
pytest path/to_tests.py -
With some of the tests you can change the driver by simply changing the
--driver browserargument. For running against Firefox you would dopytest parallel/site_tests.py --driver Firefox. -
You can also use BrowserStack if you set the following environment variables
export BSUSERNAME=browserstack_user
export BSPASSWORD=browserstack_key