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 [project_folder]
python -m behave tests/acceptanceIf you want to run the tests in PyCharm, you'll need to create appropriate configurations.