Skip to content
trans edited this page Feb 2, 2012 · 24 revisions

TAPOUT User Guide

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.

example using rspec-ontap

Hows and Whys

Producers

  • TapUnit - Add-on reporters for Test::Unit 2.x
  • MiniTap - Add-on reporters for MiniTest
  • RSpec-OnTap - Formatters for RSpec
  • RubyTest - Test Framework with built-in support

Helping Out

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.

Clone this wiki locally