Test reporter: interactive progress bar of errors. — ProgressReporter (original) (raw)

ProgressReporter is designed for interactive use. Its goal is to give you actionable insights to help you understand the status of your code. This reporter also praises you from time-to-time if all your tests pass. It's the default reporter for [test_dir()](test%5Fdir.html).

ParallelProgressReporter is very similar to ProgressReporter, but works better for packages that want parallel tests.

CompactProgressReporter is a minimal version of ProgressReporterdesigned for use with single files. It's the default reporter for[test_file()](test%5Ffile.html).

See also

Other reporters:[CheckReporter](CheckReporter.html),[DebugReporter](DebugReporter.html),[FailReporter](FailReporter.html),[JunitReporter](JunitReporter.html),[ListReporter](ListReporter.html),[LocationReporter](LocationReporter.html),[MinimalReporter](MinimalReporter.html),[MultiReporter](MultiReporter.html),[RStudioReporter](RStudioReporter.html),[Reporter](Reporter.html),[SilentReporter](SilentReporter.html),[StopReporter](StopReporter.html),[SummaryReporter](SummaryReporter.html),[TapReporter](TapReporter.html),[TeamcityReporter](TeamcityReporter.html)