We'll need a few things to install for this section:
- https://sites.google.com/a/chromium.org/chromedriver/downloads
- behave (http://pythonhosted.org/behave/)
- selenium (http://selenium-python.readthedocs.io/installation.html)
To run the tests, you'll need to do this in a terminal (but remember to have the Flask app running!):
source venv/bin/activate
cd section6/video_code/
python -m behave tests/acceptanceIf you want to run the tests in PyCharm, you'll need to create appropriate configurations. We cover this in the course!