saucelabs-mocha-reporter
v0.1.1
Published
Provides a spec reporter for mocha tests on sauce labs
Downloads
4
Readme
saucelabs-mocha-reporter
Provides a spec reporter for mocha tests on sauce labs
Produces test results in the console for mocha tests running on sauce labs.
Reporting Methods
There are two reporting styles, errors only (the default), and all tests:
Errors Only
var onCallback = reporter.create();
All Tests
var onCallback = reporter.create(true);