Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test ES setup/teardown #1

Open
wants to merge 17 commits into
base: selenose-tests
Choose a base branch
from
Prev Previous commit
Next Next commit
updated README
dpford committed Nov 21, 2014
commit 9a4a2fc1bc7c81eb652fca5d767e7f96592212fd
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -62,9 +62,11 @@ _More specific cfgov-refresh docs are coming soon._
### Tests

To run browser tests, you'll need to perform the following steps:
1. Download the latest [Chromedriver](http://chromedriver.storage.googleapis.com/index.html) binary and put it somehwere on your path (e.g. /path/to/your/venv/bin)
2. `pip install -r tests/requirements.txt`
3. `nosetests -x -v`
1. Install chromedriver:
* Mac: `brew install chromedriver`
* Manual (Linux/Mac): Download the latest [Chromedriver](http://chromedriver.storage.googleapis.com/index.html) binary and put it somehwere on your path (e.g. /path/to/your/venv/bin)
2. `pip install -r _tests/requirements.txt`
3. `nosetests -x -v _tests`

## How this repo is versioned