This is a meteor testing driver package for running mocha tests, the project uses SlimerJS to interact with the front end.
We had issues running PhantomJS with the practicalmeteor:mocha & dispatchme:meteor-mocha-phantomjs.
SlimerJS is presented as having the same behaviors as PhantomJS, however where as PhantomJS is built on top of Webkit and JavascriptCore, SlimerJS is built on Gecko and SpiderMonkey.
More differences
meteor test-packages --driver-package=centiq:testing
or
meteor test --driver-package=centiq:testing
This flag will keep the process running and rerun the tests whenever meteor detects a change.
To run only server side tests you can create an environment variable called SERVER_ONLY_TESTS
and set it to true.