The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "TAP::Formatter"

TAP::Formatter::Diffable - Diff friendly (ie sorted) TAP output. River stage zero No dependents

Delays TAP output until the entire test suite has completed. Sorts test output by test filename. This way tests alway display in the same order, even when processing in parallel. Skips over passing tests, unless they are marked as TODO. These are ski...

OAXLIN/TAP-Formatter-Diffable-0.15 - 01 Apr 2015 17:18:54 UTC - Search in distribution

TAP::Formatter::EARL - Formatting TAP output using the Evaluation and Report Language River stage zero No dependents

This is a formatter for TAP-based test results to output them using the Evaluation and Report Language <https://www.w3.org/TR/EARL10-Guide/>, which is a vocabulary based on the Resource Description Framework (RDF) to describe test results, so that th...

KJETILK/TAP-Formatter-EARL-0.001 - 17 Oct 2019 20:07:09 UTC - Search in distribution

TAP::Formatter::HTML - TAP Test Harness output delegate for html output River stage two • 13 direct dependents • 31 total dependents

This module provides HTML output formatting for TAP::Harness (a replacement for Test::Harness. It is largely based on ideas from TAP::Test::HTMLMatrix (which was built on Test::Harness and thus had a few limitations - hence this module). For sample o...

SCHWIGON/TAP-Formatter-HTML-0.13 - 26 Jul 2023 12:33:08 UTC - Search in distribution

TAP::Formatter::Base - Base class for harness output delegates River stage five • 210 direct dependents • 22924 total dependents

This provides console orientated output formatting for TAP::Harness....

LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC - Search in distribution

TAP::Formatter::Event - event interface to TAP::Formatter or TAP::Harness::Async River stage zero No dependents

Used by some examples in TAP::Harness::Async. Note that TAP::Harness provides an event interface already, so unless you're specifically after the async approach for running tests then you may be better served by "CALLBACKS" in TAP::Parser....

TEAM/TAP-Formatter-Event-0.001 - 10 Jun 2012 15:50:28 UTC - Search in distribution

TAP::Formatter::JUnit - Harness output delegate for JUnit output River stage one • 7 direct dependents • 7 total dependents

This code is currently in alpha state and is subject to change. "TAP::Formatter::JUnit" provides JUnit output formatting for "TAP::Harness". By default (e.g. when run with prove), the *entire* test suite is gathered together into a single JUnit XML d...

GTERMARS/TAP-Formatter-JUnit-0.16 - 15 May 2022 04:51:12 UTC - Search in distribution

Test2::Formatter::TAP - Standard TAP formatter River stage five • 23243 direct dependents • 33164 total dependents

This is what takes events and turns them into TAP....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC - Search in distribution

TAP::Formatter::Bamboo - Harness output delegate for Atlassian's Bamboo CI server River stage zero No dependents

"TAP::Formatter::Bamboo" provides JUnit output formatting for "TAP::Harness", which can be used in Atlassian's Bamboo CI server. This module is based on TAP::Formatter::JUnit by Graham TerMarsch <cpan@howlingfrog.com>, main differences are: * if envi...

STARLIGHT/TAP-Formatter-Bamboo-0.04 - 28 Apr 2016 09:42:33 UTC - Search in distribution

TAP::Formatter::Elapsed - Display time taken for each test River stage zero No dependents

The "TAP::Formatter::Elapsed" module will, when used as the formatter for the "prove" command, add a time stamp to each test result line. While "prove"'s "--timer" option is useful for displaying the time taken for an individual test file, this modul...

CGRAU/TAP-Formatter-Elapsed-0.02 - 11 Sep 2012 13:04:25 UTC - Search in distribution

TAP::Formatter::Jenkins - Harness output delegate for Jenkins TAP Plugin output River stage zero No dependents

This code is currently in alpha state and is subject to change. "TAP::Formatter::Jenkins" provides TAP output formatting for "TAP::Harness", which can be used in Jenkins CI server. This module is based on TAP::Formatter::JUnit by Graham TerMarsch <cp...

EVOSTROV/TAP-Formatter-Jenkins-0.02 - 11 Jun 2014 08:35:22 UTC - Search in distribution

TAP::Formatter::TeamCity - Emit test results as TeamCity build messages River stage zero No dependents

TAP::Formatter::TeamCity is a formatter for TAP::Harness that emits TeamCity build messages to the console, rather than the usual output. The TeamCity build server is able to process these messages in the build log and present your test results in it...

MAXMIND/TAP-Formatter-TeamCity-0.13 - 03 May 2016 21:06:22 UTC - Search in distribution

TAP::Formatter::TextMate - Generate TextMate compatible test output River stage one • 1 direct dependent • 1 total dependent

Generates TextMate compatible HTML test output....

ANDYA/TAP-Formatter-TextMate-0.1 - 05 Oct 2007 21:34:51 UTC - Search in distribution

TAP::Formatter::JUnitREGRU - Harness output delegate for JUnit output River stage zero No dependents

This code is currently in alpha state and is subject to change. "TAP::Formatter::JUnitREGRU" provides JUnit output formatting for "TAP::Harness". By default (e.g. when run with prove), the *entire* test suite is gathered together into a single JUnit ...

ATKACH/TAP-Formatter-JUnitREGRU-0.13 - 24 Feb 2021 11:59:26 UTC - Search in distribution

TAP::DOM::Waivers::Formatter - (incomplete) 'prove' plugin support for TAP::DOM::Waivers River stage zero No dependents

SCHWIGON/TAP-DOM-Waivers-0.003 - 10 Sep 2020 07:35:28 UTC - Search in distribution

TAP::Formatter::GitHubActions - TAP Formatter for GitHub Actions River stage zero No dependents

"TAP::Formatter::GitHubActions" provides GitHub-Actions-compatible output for *prove*. It parses TAP output and tries it's best to guess where errors are located. For more accurate results, use in cojunction with Test2::Formatter::YAMLEnhancedTAP. Te...

JGOMEZ/TAP-Formatter-GitHubActions-0.3.4 - 06 Dec 2023 21:37:37 UTC - Search in distribution

TAP::Formatter::MultipleConfig - TAP::Formatter for MultipleConfig River stage zero No dependents

TAP::Formatter::MultipleConfig is TAP::Formatter for MultipleConfig. Before starting each test, this module associate a pid with a filename....

TAKAHITO/App-Prove-Plugin-MultipleConfig-0.02 - 13 May 2020 00:25:07 UTC - Search in distribution

TAP::Formatter::BambooExtended - Harness output delegate for Atlassian's Bamboo CI server River stage zero No dependents

"TAP::Formatter::BambooExtended" provides JUnit output formatting for "TAP::Harness", which can be used in Atlassian's Bamboo CI server or any other CI server that looks for JUnit files. This module is based on TAP::Formatter::Bamboo by Piotr Piatkow...

PLOCKABY/TAP-Formatter-BambooExtended-1.01 - 08 Dec 2014 06:54:25 UTC - Search in distribution

TAP::Formatter::JUnit::PrintTxtStdout - improve TAP::Formatter::JUnit to print txt result to stdout River stage zero No dependents

DERIV/TAP-Formatter-JUnit-PrintTxtStdout-0.001 - 31 Jan 2024 10:09:30 UTC - Search in distribution
49 results (0.111 seconds)