0.3.0 • Published 10 years ago

tc-tap-run v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

TeamCity TAP Runner

This is a little program that runs TAP tests and outputs tests information in TeamCity format.

Installation

Install with npm

npm install -g tc-tap-run

Then run the tap runner and pass your tests script as in this example.

tc-tap-run "node ./test.js"

Then the test runner will run the test script, parse the stdout and print the corresponding TeamCity information.

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago