Skip to content

Commit

Permalink
Merge pull request #57 from betatim/phantomjs-install
Browse files Browse the repository at this point in the history
No instructions for installing phantomjs
  • Loading branch information
anaderi committed Mar 7, 2016
2 parents 233cf0f + 89cec6d commit 4a7f167
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,12 @@ In order to test drive `everware`, you have to:

## Development

To run our tests you will need selenium. On OS X you can install it with
`brew install selenium-server-standalone`.
To run our tests you will need [selenium] and [phantomjs]. On OS X you can install them with:

```
brew install selenium-server-standalone
brew install phantomjs
```

[selenium]: http://www.seleniumhq.org/
[phantomjs]: http://phantomjs.org/

0 comments on commit 4a7f167

Please sign in to comment.