-
Notifications
You must be signed in to change notification settings - Fork 9
Home
trans edited this page Feb 1, 2012
·
24 revisions
TAPOUT is a TAP handler which supports TAP-Y/J as well as traditional TAP streams.
TAP-Y/J is a modernization of TAP using pure YAML/JSON streams. Traditional TAP has less detail than TAP-Y/J, but it can still be translated with fairly good results. TAPOUT includes a TAP adapter to handle the translation transparently. Currently TAPOUT supports TAP v12 with minor some limitations.
- Get a Quick Start
- Read the TAP-Y/J Specification
- Learn How to Write a Reporter
There are a number of ways in which you can contribute to TAPOUT.
- Improve an existing reporter
- Create a new reporter
- Improve code documentation
- Report a bug or feature request
When working with the code the general procedure is to fork the repository, create a new branch, make your changes and then submit a pull request for that branch.