Some documentation for our efforts are located in basecamp at <ahref="https://basecamp.com/1892446/projects/841513-release/documents/1015202-staging-tests">this link</a>.
First you need to make sure that you've installed the requirements.
This includes lettuce, selenium, splinter, etc.
Do this with:
```pip install -r test-requirements.txt```
First set up the database that you need:
WARNING!!! THIS WILL OVERWRITE THE DATA IN YOUR DEV DATABASE
IF YOU WANT TO KEEP THAT DATA, SAVE A COPY OF YOUR ../db/mitx.db ELSEWHERE FIRST!
<li>If necessary, delete it first from mit_all/db</li>