The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "App::Prove Plugin"

App::Prove::Plugin::HTML - a prove plugin for HTML output River stage two • 13 direct dependents • 31 total dependents

This is a quick & dirty second attempt at making TAP::Formatter::HTML easier to use from the command line. It will change once App::Prove has better support for plugins than need to take cmdline data. The original goal was to be able to specify all t...

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

App::Prove::Plugin::Count - A prove plugin to count test files. River stage one • 2 direct dependents • 2 total dependents

App::Prove::Plugin::Count is a prove plugin to count test files. This plugin adds current test file count and total test file count at the front of each test result....

MASIUCHI/App-Prove-Plugin-Count-0.03 - 12 Oct 2017 09:23:12 UTC - Search in distribution

App::Prove::Plugin::andoc - Select pandoc executable for tests River stage one • 2 direct dependents • 3 total dependents

This plugin to prove modifies PATH to use a selected pandoc executable before running tests. See Pandoc::Release to download pandoc executables....

VOJ/Pandoc-0.9.1 - 01 Dec 2021 14:03:44 UTC - Search in distribution
  • Pandoc - wrapper for the mighty Pandoc document converter

App::Prove::Plugin::retty - -Pretty River stage two • 11 direct dependents • 11 total dependents

This is a alias module for App::Prove::Plugin::Pretty. Using "-Pretty" is bit pretty....

TOKUHIROM/Test-Pretty-0.32 - 08 Sep 2015 22:46:34 UTC - Search in distribution

App::Prove::Plugin::SetEnv - a prove plugin to set environment variables River stage zero No dependents

This prove plugin lets you set environment variables for your test scripts. It is particularly handy in ".proverc"....

ILMARI/App-Prove-Plugin-SetEnv-0.001 - 29 Mar 2012 12:42:10 UTC - Search in distribution

App::Prove::Plugin::Harriet - Harriet with prove River stage zero No dependents

This module is a part of Harriet. This module loads harriet scripts before running tests. And it set environment variables. Please look Harriet for more details....

TOKUHIROM/Harriet-0.06 - 07 Feb 2020 13:12:10 UTC - Search in distribution

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

This plugin allows modifying TAP via TAP::DOM::Waivers. Read there for the motivation. It loads a spec (*waiver*) file, loads the original TAP, converts it into an intermediate TAP-DOM, applies the waivers to that TAP-DOM, converts the patched TAP-DO...

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

App::Prove::Plugin::TestRail - Upload your TAP results to TestRail in realtime River stage zero No dependents

Prove plugin to upload test results to TestRail installations. Accepts input in the standard Prove plugin fashion (-Ppluginname='key=value,key=value,key=value...'), but will also parse a config file. When fed in prove plugin style, key=value input is...

TEODESIAN/TestRail-API-0.052 - 11 Sep 2022 00:30:51 UTC - Search in distribution

App::Prove::Plugin::TermTable - Set the size of the console for Term::Table River stage zero No dependents

Some of the Test2::Tools provide some pretty tables for comparing deltas from failed tests. It tries to detect the size of the terminal so that long lines can be wrapped and the tables remain readable. Unfortunately when you run the tests under "prov...

PLICEASE/App-Prove-Plugin-TermTable-0.03 - 03 Mar 2019 13:08:10 UTC - Search in distribution

App::Prove::Plugin::RandomSeed - A prove plugin to get/set random seed of shuffled test. River stage zero No dependents

App::Prove::Plugin::RandomSeed is a prove plugin to get/set random seed of shuffled test. This is useful for the investigation of failed test with --shuffle option. --shuffle option is always set when you load this plugin....

MASIUCHI/App-Prove-Plugin-RandomSeed-0.01 - 02 Sep 2017 14:05:00 UTC - Search in distribution

App::Prove::Plugin::Distributed - an App::Prove plugin to distribute test jobs using client and server model. River stage zero No dependents

A plugin for App::Prove to distribute job. The core implementation of the plugin is to provide a easy interface and functionality to extend the use of any distribution method. The initiate release of this module was using the idea from FCGI::Daemon t...

LSF/App-Prove-Plugin-Distributed-0.08 - 08 May 2012 02:47:45 UTC - Search in distribution

App::Prove::Plugin::ShareDirDist - A prove plugin that works with File::ShareDir::Dist River stage two • 16 direct dependents • 46 total dependents

This plugin sets the override for File::ShareDir::Dist based on the current directory name, if there is a "share" directory. It assumes that the directory name is the same as the dist name. This may not be the case, but it happens to be the conventio...

PLICEASE/File-ShareDir-Dist-0.07 - 30 Aug 2018 13:58:46 UTC - Search in distribution

App::Prove::Plugin::Elasticsearch - Prove Plugin to upload test results to elastic search as they are executed River stage zero No dependents

This testing plugin itself is highly pluggable to allow for a variety of indexing and searching conditions. INDEXER The default indexer is App::Prove::Elasticsearch::Indexer Creates an index (if it does not exist) called 'testsuite' in your specified...

TEODESIAN/App-Prove-Plugin-Elasticsearch-0.001 - 18 Jun 2018 20:05:36 UTC - Search in distribution

App::Prove::Plugin::KohaBootstrap - prove plugin to run Koha tests on a separate database River stage zero No dependents

JAJM/App-Prove-Plugin-KohaBootstrap-0.01 - 04 Apr 2023 08:25:47 UTC - Search in distribution

App::Prove::Plugin::TermTableStty - Set the size of the console for Term::Table using stty size River stage zero No dependents

Some of the Test2::Tools provide some pretty tables for comparing deltas from failed tests. It tries to detect the size of the terminal so that long lines can be wrapped and the tables remain readable. Unfortunately when you run the tests under "prov...

PLICEASE/App-Prove-Plugin-TermTableStty-0.03 - 03 Mar 2019 17:32:06 UTC - Search in distribution

App::Prove::Plugin::MultipleConfig - set multiple configs for parallel prove tests River stage zero No dependents

App::Prove::Plugin::MultipleConfig is prove plugin for setting multiple configs for parallel test. This plugin enables you to change each environment for each test. For example, if you want to use some databases and redis when testing, each test can ...

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

App::Prove::Plugin::CumulativeTimer - A prove plugin to display cumulative elapsed time of tests. River stage zero No dependents

App::Prove::Plugin::CumulativeTimer is a prove plugin to display cumulative elapsed time of tests. This plugin replaces elaped time of --timer option with cumulative elapsed time. --timer option is always set when you load this plugin....

MASIUCHI/App-Prove-Plugin-CumulativeTimer-0.02 - 12 Oct 2017 09:42:23 UTC - Search in distribution

lib/App/Prove/Plugin/Idempotent.pm River stage zero No dependents

SCHWIGON/App-Prove-Plugin-Idempotent-0.01 - 16 Apr 2011 22:39:09 UTC - Search in distribution

lib/App/Prove/Plugin/PassEnv.pm River stage one • 1 direct dependent • 1 total dependent

HURRICUP/App-Prove-Plugin-PassEnv-0.002 - 15 Mar 2019 04:35:49 UTC - Search in distribution

lib/App/Prove/Plugin/TestArgs.pm River stage zero No dependents

SVW/App-Prove-Plugin-TestArgs-1.000001 - 08 Feb 2024 08:30:15 UTC - Search in distribution
230 results (0.25 seconds)