appveyor-mocha
v1.1.2
Published
Logging mocha test results to AppVeyor
Downloads
392
Readme
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