Scroll to navigation

App::Yath::Options::Display(3pm) User Contributed Perl Documentation App::Yath::Options::Display(3pm)

NAME

App::Yath::Options::Display - Display options for Yath.

DESCRIPTION

This is where display options are defined.

PROVIDED OPTIONS

COMMAND OPTIONS

Display Options

Turn color on, default is true if STDOUT is a TTY.
Hide output from the runner, showing only test output. (See Also truncate_runner_output)
Do not do fancy text-wrapping, let the terminal handle it
Toggle progress indicators. On by default if STDOUT is a TTY. You can use --no-progress to disable the 'events seen' counter and buffered event pre-display
Be very quiet.

Can be specified multiple times

Specify renderers, (Default: "Formatter=Test2"). Use "+" to give a fully qualified module name. Without "+" "Test2::Harness::Renderer::" will be prepended to your argument.

Can be specified multiple times. If the same key is listed multiple times the value lists will be appended together.

Show the timing data for each job
Alternative to setting $TABLE_TERM_SIZE. Setting this will override the terminal width detection to the number of characters specified.
Only show runner output that was generated after the current command. This is only useful with a persistent runner.
Be more verbose

Can be specified multiple times

Formatter Options

NO DESCRIPTION - FIX ME
[Q]uiet, but [V]erbose on [F]ailure. Hide all output from tests when they pass, except to say they passed. If a test fails then ALL output from the test is verbosely output.
Show output when a job ends. (Default: on)
Show the job configuration when a job starts. (Default: off, unless -vv)
Show output for the start of a job. (Default: off unless -v)
Show the run configuration when a run starts. (Default: off, unless -vv)

SOURCE

The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.

MAINTAINERS

AUTHORS

COPYRIGHT

Copyright 2020 Chad Granum <exodist7@gmail.com>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/

2024-03-08 perl v5.38.2