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...
SPURKIS/TAP-Formatter-HTML-0.11 - 19 Jan 2013 21:40:43 UTC - Search in distribution- TAP::Formatter::HTML - TAP Test Harness output delegate for html output
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 distributionThis 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.0 - 07 Feb 2019 16:23:21 UTC - Search in distribution- Pandoc - wrapper for the mighty Pandoc document converter
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::Pretty - Test::Pretty plugin for prove
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 distributionThis 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- Harriet - Daemon manager for testing
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- TAP::DOM::Waivers - Patching TAP::DOM, usually for test waivers
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.047 - 04 Dec 2020 21:55:00 UTC - Search in distribution- TestRail::Bin::Results - List results for specified test(s).
- TestRail::Bin::Lock - Lock a test in a TestRail, and return the test name if successful.
- TestRail::Bin::Cases - get information about cases inside various testsuites/sections.
- 7 more results from TestRail-API »
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 distributionApp::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 distributionA 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- TAP::Parser::Iterator::Worker - Iterator for worker TAP sources
- TAP::Parser::Iterator::Worker::LSF - Iterator for LSF worker TAP sources
- TAP::Parser::SourceHandler::Worker - Stream TAP from an IO::Handle or a GLOB.
- 6 more results from App-Prove-Plugin-Distributed »
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- File::ShareDir::Dist - Locate per-dist shared files
- App::Yath::Plugin::ShareDirDist - A prove plugin that works with File::ShareDir::Dist
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::Elasticsearch::Utils - common functions used by multiple modules in the distribution.
- App::Prove::Elasticsearch::Parser - Capture the output of prove, and upload the results of the test to elasticsearch
- App::Prove::Elasticsearch::Indexer - Define what data is to be uploaded to elasticsearch, and handle it's uploading
- 25 more results from App-Prove-Plugin-Elasticsearch »
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 distributionApp::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- ConfigCache - shared cache for MultipleConfig
- TAP::Harness::MultipleConfig - TAP::Harness for MultipleConfig
- TAP::Formatter::MultipleConfig - TAP::Formatter for MultipleConfig
- 1 more result from App-Prove-Plugin-MultipleConfig »
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 distributionSCHWIGON/App-Prove-Plugin-Idempotent-0.01 - 16 Apr 2011 22:39:09 UTC - Search in distribution
- App::Prove::Plugin::Idempotent - a prove plugin to keep output TAP reusable
HURRICUP/App-Prove-Plugin-PassEnv-0.002 - 15 Mar 2019 04:35:49 UTC - Search in distribution
This module keeps track of all modules and versions loaded during testing. if Makefile.PL and Build.PL are formatted as they come from a plain module-starter, it will recognize the requirement list and check this list with what was found during testi...
TORBJORN/App-Prove-Plugin-TraceUse-1.0.3 - 07 May 2013 21:22:52 UTC - Search in distributionApp::Prove::Plugin::MySQLPool is a prove plugin to speedup your tests using a pool of Test::mysqlds. If you're using Test::mysqld, and have a lot of tests using it, annoyed by the mysql startup time slowing your tests, this module is for you. This mo...
MACOPY/App-Prove-Plugin-MySQLPool-0.09 - 24 Jan 2018 11:53:23 UTC - Search in distribution- Test::mysqld::Pool - create a pool of Test::mysqld-s