| TapReporter {testthat} | R Documentation |
Test reporter: TAP format.
Description
This reporter will output results in the Test Anything Protocol (TAP), a simple text-based interface between testing modules in a test harness. For more information about TAP, see http://testanything.org
See Also
Other reporters:
CheckReporter,
DebugReporter,
FailReporter,
JunitReporter,
ListReporter,
LocationReporter,
MinimalReporter,
MultiReporter,
ProgressReporter,
RStudioReporter,
Reporter,
SilentReporter,
StopReporter,
SummaryReporter,
TeamcityReporter
[Package testthat version 3.2.1.1 Index]