> @ coverage-app-full /home/threepwood/git/github/meteor-coverage-app-exemple > spacejam test --full-app --coverage 'out_lcovonly' --driver-package practicalmeteor:mocha-console-runner spacejam: spawning meteor [[[[[ Tests ]]]]] => Started proxy. => Started MongoDB. spacejam: meteor mongodb is ready => Started your app. => App running at: http://localhost:4096/ spacejam: meteor is ready spacejam: spawning phantomjs phantomjs: Running tests at http://localhost:4096/local using test-in-console and coverage I20160918-18:58:09.983(2)? MochaRunner.runServerTests: Starting server side tests with run id euTJfM6EZZQrvvhpe W20160918-18:58:10.056(2)? (STDERR) MochaRunner.runServerTests: failures: 0 S: my module does something that should be tested : passed S: my module another test : passed C: data available when routed when logged out has all public lists at homepage : passed C: data available when routed when logged out renders the correct list when routed to : passed -------------------------------------------------- ---------------------RESULTS---------------------- PASSED: 4 FAILED: 0 SKIPPED: 0 TOTAL: 4 -------------------------------------------------- -------------------------------------------------- Tests are ok! Meteor-coverage is saving client side coverage to the server. Client js files saved {"SUCCESS":2,"FAILED":0,"TOTAL":2} spacejam: phantomjs exited with code: 0 spacejam: killing meteor spacejam: meteor killed with signal: SIGTERM