Search results for "App::Prove Plugin"
App::Prove::Plugin::HTML - a prove plugin for HTML output
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.
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
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
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
App::Prove::Plugin::SetEnv - a prove plugin to set environment variables
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
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
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
App::Prove::Plugin::TestRail - Upload your TAP results to TestRail in realtime
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- 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 »
App::Prove::Plugin::TermTable - Set the size of the console for Term::Table
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.
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.
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- 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 »
App::Prove::Plugin::ShareDirDist - A prove plugin that works with File::ShareDir::Dist
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
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 »
App::Prove::Plugin::KohaBootstrap - prove plugin to run Koha tests on a separate database
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
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
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- 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 - A prove plugin to display cumulative elapsed time of tests.
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
App::Prove::Plugin::TraceUse - Report all modules used during testing and check if they are listed as dependencies in Makefile.PL and Build.PL
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 distribution
App::Prove::Plugin::MySQLPool - pool of Test::mysqld-s reused while testing
App::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.10 - 24 May 2021 11:02:51 UTC - Search in distribution- Test::mysqld::Pool - create a pool of Test::mysqld-s
App::Prove::Plugin::Idempotent - a prove plugin to keep output TAP reusable
This plugin tries to keep the verbose output of "prove" to be the same TAP as it consumed. In particular, the final "ok" line that is normally added is left out. Therefore you can reuse the output TAP stream and feed it again into a TAP parser. See t...
SCHWIGON/App-Prove-Plugin-Idempotent-0.01 - 16 Apr 2011 22:39:09 UTC - Search in distribution