4.4.4 • Published 10 months ago

tap-tc v4.4.4

Weekly downloads
3
License
MIT
Repository
github
Last release
10 months ago

tap-tc

Deprecated. From npm stats it looks like there are a few people using this, but I haven't used TeamCity in years and hopefully never will again, so if you need this, please feel free to fork it.


Formats TAP output for TeamCity.

Maintained fork of tap-teamcity.

Donate

Installation

npm i -D tap-tc

Usage

Streaming

const test = require('tape')
const tapTeamCity = require('tap-tc')

test.createStream()
  .pipe(tapTeamCity())
  .pipe(process.stdout)

CLI

package.json

{
  "scripts": {
    "test": "tape test/**/*.js | tap-tc"
  }
}

Then run with npm test

Terminal

tape test/**/*.js | npx tap-tc

Testing

Clone this project, run npm ci, then npm t.

Credits

Originally written by @smockle, but their project is now archived and unmaintained.

Many thanks to @scottcorgan for creating the tap-spec formatter, which inspired this one.

4.4.4

10 months ago

4.4.3

2 years ago

4.4.2

2 years ago

4.4.1

2 years ago

4.4.0

2 years ago

4.3.2

2 years ago

4.3.1

3 years ago

4.3.0

3 years ago

4.2.2

7 years ago

4.2.1

7 years ago

4.2.0

7 years ago

4.1.1

7 years ago

4.1.0

7 years ago

4.0.2

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago