practicalmeteor/meteor-mocha-console-runner

Name: meteor-mocha-console-runner

Owner: practicalmeteor

Description: A practicalmeteor:mocha console reporter for running your package tests from the command line with spacejam.

Created: 2015-08-05 18:55:19.0

Updated: 2018-02-27 06:11:56.0

Pushed: 2016-10-20 17:10:20.0

Homepage: https://atmospherejs.com/practicalmeteor/mocha-console-runner

Size: 41

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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
With spacejam
r apps
ejam test --driver-package=practicalmeteor:mocha-console-runner
r packages
ejam test-packages --driver-package=practicalmeteor:mocha-console-runner <package(s)>

Client side tests will be executed in phantomjs.

With meteor
r apps
or test --driver-package=practicalmeteor:mocha-console-runner
r packages
or 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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.