README
Nodeunit/teamcity reporter
Alpha release, patches welcome.
Install
npm install nodeunit-teamcity-reporter --save-dev
Usage
./node_modules/.bin/nodeunit --reporter nodeunit-teamcity-reporter ./test/exampleTests.js
prints team-city special messages
<script type="module">
import nodeunitTeamcityReporter from 'https://cdn.skypack.dev/nodeunit-teamcity-reporter';
</script>
Alpha release, patches welcome.
npm install nodeunit-teamcity-reporter --save-dev
./node_modules/.bin/nodeunit --reporter nodeunit-teamcity-reporter ./test/exampleTests.js