TAP Formatters for RSpec-3
RSpec TAP Formatters provides four different TAP 13 format style with a proper nested display of example groups and includes stats for the total number of passed, failed, and pending tests per example group. The supported formats are:
RSpec::TAP::Formatters::DefaultRSpec::TAP::Formatters::CompactRSpec::TAP::Formatters::FlatRSpec::TAP::Formatters::FlatCompact
Post a comment