NAME

App::Yath::Options::Renderer - FIXME

DESCRIPTION

PROVIDED OPTIONS

Renderer Options

--hide-runner-output
--no-hide-runner-output

Hide output from the runner, showing only test output. (See Also truncate_runner_output)

-q
--quiet
--no-quiet

Be very quiet.

--qvf
--no-qvf

Replaces App::Yath::Theme::Default with App::Yath::Theme::QVF which is quiet for passing tests and verbose for failing ones.

--renderer +My::Renderer
--renderers +My::Renderer
--renderer MyRenderer=opt1,opt2
--renderers MyRenderer=opt1,opt2
--renderer MyRenderer,MyOtherRenderer
--renderers MyRenderer,MyOtherRenderer
--renderer=:{ MyRenderer opt1,opt2,... }:
--renderers=:{ MyRenderer opt1,opt2,... }:
--renderer :{ MyRenderer :{ opt1 opt2 }: }:
--renderers :{ MyRenderer :{ opt1 opt2 }: }:
--no-renderers

Specify renderers. Use "+" to give a fully qualified module name. Without "+" "App::Yath::Renderer::" will be prepended to your argument.

Note: Can be specified multiple times

--show-job-end
--no-show-job-end

Show output when a job ends. (Default: on)

--show-job-info
--no-show-job-info

Show the job configuration when a job starts. (Default: off, unless -vv)

--show-job-launch
--no-show-job-launch

Show output for the start of a job. (Default: off unless -v)

--show-run-fields
--no-show-run-fields

Show run fields. (Default: off, unless -vv)

--show-run-info
--no-show-run-info

Show the run configuration when a run starts. (Default: off, unless -vv)

-T
--show-times
--no-show-times

Show the timing data for each job.

-tARG
-t ARG
-t=ARG
--theme ARG
--theme=ARG
--no-theme

Select a theme for the renderer (not all renderers use this)

--truncate-runner-output
--no-truncate-runner-output

Only show runner output that was generated after the current command. This is only useful with a persistent runner.

-v
-vv
-vvv..
-v=COUNT
--verbose
--verbose=COUNT
--no-verbose

Be more verbose

The following environment variables will be set after arguments are processed: T2_HARNESS_IS_VERBOSE, HARNESS_IS_VERBOSE

Note: Can be specified multiple times, counter bumps each time it is used.

--wrap
--no-wrap

When active (default) renderers should try to wrap text in a human-friendly way. When this is turned off they should just throw text at the terminal.

Terminal Options

-c
--color
--no-color

Turn color on, default is true if STDOUT is a TTY.

Can also be set with the following environment variables: YATH_COLOR, CLICOLOR_FORCE

The following environment variables will be set after arguments are processed: YATH_COLOR

--progress
--no-progress

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

--term-size 80
--term-width 80
--term-size 200
--term-width 200
--no-term-width

Alternative to setting $TABLE_TERM_SIZE. Setting this will override the terminal width detection to the number of characters specified.

Can also be set with the following environment variables: TABLE_TERM_SIZE

The following environment variables will be set after arguments are processed: TABLE_TERM_SIZE

SOURCE

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

MAINTAINERS

Chad Granum <exodist@cpan.org>

AUTHORS

Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright 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/