1.0.0 • Published 7 years ago

tap-bamboo v1.0.0

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
7 years ago

tap-bamboo

XML TAP output formatter. Mainly for use with junit and other bamboo xunit parsers

Installation

npm install -g tap-bamboo
npm install tap-bamboo --save-dev

Usage

tape test/*.js | tap-bamboo
node test.js | ./node_modules/tap-bamboo/bin/tap-bamboo

Output

<testsuites>
  <testsuite tests="3" failures="0" errors="0" name="example tests">
    <testcase name="#1 Results should return val"/>
    <testcase name="#2 results should return newVal"/>
    <testcase name="#3 should not change param should return sameVal"/>
  </testsuite>
</testsuites>