Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

TAP::Formatter::HTML by Steve Purkis

  • TAP::Formatter::HTML
  • HTML
  • prove

The simplest way to generate nice reports is to use TAP::Formatter::HTML. Instead of running prove alone, you can pass it a class implementing formattion options and it will use that instead of the default textual output.

prove -b -m -Q --formatter=TAP::Formatter::HTML examples/tap > output.html

output