Skip to content

Pushplaybang/meteor-mocha-console-runner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.3%
  • CoffeeScript 12.4%
  • HTML 2.2%
  • CSS 0.1%