lab-teamcity-reporter
v1.6.0
Published
Lab reporter for TeamCity
Downloads
6
Maintainers
Readme
Lab TeamCity reporter
lab and TeamCity are hapi together.
Install
npm install --save-dev lab-teamcity-reporter
Usage
lab --reporter lab-teamcity-reporter
Output example
Build log
Build overview
Caveats
If your lab test runner fails with error Error: Cannot find module 'lab-teamcity-reporter'
you can try to use full path to the reporter:
lab --reporter ./node_modules/lab-teamcity-reporter/src/teamcity.js