4.4.3 • Published 7 months ago

tap-tc v4.4.3

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

tap-tc

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.3

7 months ago

4.4.2

10 months ago

4.4.1

1 year ago

4.4.0

1 year ago

4.3.2

1 year ago

4.3.1

1 year ago

4.3.0

2 years ago

4.2.2

6 years ago

4.2.1

6 years ago

4.2.0

6 years ago

4.1.1

6 years ago

4.1.0

6 years ago

4.0.2

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago