Can the testrunner run quietly?

When I run my unit tests with the dispatch:mocha-phantomjs driver they results get printed to the stdout as I expect. However trying to parse these result from the stdout into a file for CI purpose is impossible because of all the noise and extra clutter that meteor spits out when building.

My question is, is there any way of telling meteor to run quietly when I run my unit tests so I can get clean test results?

1 Like

I think we’re going to need to fork the package and hack on the stdout until we get something workable, and can submit a PR. Happy to collaborate on this. We’re actively working on this also.