I am trying to do unit tests with AngularJS. I already have bower and grunt installed, so I should be able to do the tests. However, when I run \"grunt test\" from the terminal
The browser binary path varies by OS.
Changing the path to the Chrome binary:
$ export CHROME_BIN=/usr/local/bin/my-chrome-build
Changing the path to the Chrome Canary binary:
$ export CHROME_CANARY_BIN=/usr/local/bin/my-chrome-build
Changing the path to the PhantomJs binary:
$ export PHANTOMJS_BIN=$HOME/local/bin/phantomjs