Skip to content
Scott Erickson edited this page Jan 15, 2016 · 7 revisions

Run server tests

  • Run ./bin/coco-mongodb in one terminal
  • Run npm run jasmine in another terminal

To run tests in just one file, run npm run jasmine spec/server/path/to/some.spec.coffee.

Run client tests

TravisCI

The CodeCombat GitHub account is hooked up to TravisCI, which runs all server and client side tests for each commit and pull request. You can see results of tests here.

Clone this wiki locally