Skip to content

Latest commit

 

History

History
executable file
·
37 lines (24 loc) · 1.51 KB

README.md

File metadata and controls

executable file
·
37 lines (24 loc) · 1.51 KB

practicalmeteor:mocha-console-runner

A meteor package that runs your mocha package tests and prints the server side and client side test results to the client-side console. To be used with spacejam, for running your mocha package tests from the command line or in continuous integration environments.

Usage

# For apps
spacejam test --driver-package=practicalmeteor:mocha-console-runner
# For packages
spacejam test-packages --driver-package=practicalmeteor:mocha-console-runner <package(s)>

Client side tests will be executed in phantomjs.

With meteor

# For apps
meteor test --driver-package=practicalmeteor:mocha-console-runner
# For packages
meteor test-packages --driver-package=practicalmeteor:mocha-console-runner <package(s)>

Open any browser to run your client side tests in that browser. Will print the results of both server side and client side tests to the browser console.

If you'd like an HTML reporter, just use practicalmeteor:mocha directly.

For more information check spacejam documentation HERE

License

practicalmeteor:mocha-console-runner - MIT

mocha - MIT