appveyor-mocha

1.1.2 • Public • Published

appveyor-mocha

Logging mocha test results to AppVeyor.

When mocha is run under AppVeyor reports test results (including stack trace in case of error) via AppVeyor Worker API.

In addition, arbitrary text can be logged.

When mocha is not run inside AppVeyor, this package does nothing.

Installation

npm install --save-dev appveyor-mocha

Then add two lines to test/mocha.opts:

--require appveyor-mocha
--no-exit

To post message to AppVeyor from your tests, say:

appveyor = require('appveyor-mocha');

//...

appveyor.message(someMessage);
appveyor.log(anotherMessage); // console.log + appveyor.message

Package Sidebar

Install

npm i appveyor-mocha

Weekly Downloads

15

Version

1.1.2

License

ISC

Last publish

Collaborators

  • ukoloff