-
Notifications
You must be signed in to change notification settings - Fork 751
Frontend Automated Testing
Julia Nguyen edited this page Sep 22, 2018
·
6 revisions
Make sure PhantomJS is installed locally, either through their website or by running brew install phantomjs
.
In a new terminal window, run rake jasmine
.
To view the test results, go to http://localhost:8888
.
rake jasmine:ci
The first thing to do is cd client/
yarn test
yarn test --watch