0.1.1 • Published 9 years ago

saucelabs-mocha-reporter v0.1.1

Weekly downloads
9
License
MIT
Repository
github
Last release
9 years ago

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();

Errors Only

All Tests

var onCallback = reporter.create(true);

All tests