Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.
/ tc-tap-run Public archive

TAP runner for team-city

Notifications You must be signed in to change notification settings

e-conomic/tc-tap-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.