saucelabs-mocha-reporter

0.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i saucelabs-mocha-reporter

Weekly Downloads

3

Version

0.1.1

License

MIT

Last publish

Collaborators

  • tejacques