CatalystX-Test-Recorder

 view release on metacpan or  search on metacpan

README.mkdn  view on Meta::CPAN

      __PACKAGE__->config( 'CatalystX::Test::Recorder' => {
        namespace => '...',
        ...
      } );

  namespace
    Sets the namespace under which the start and stop actions are located.
    Defaults to `recorder'.

  skip
    This is an arrayref of regexprefs. Requests, whose path matches on of
    these regexes, will not be recorded. Defaults to `qr/^static\//,
    qr/^favicon.ico/'.

  template
    Specify the path to a Template::Alloy (TT dialect) file which is used to
    render the test. For reference, the default template is available in the
    `__DATA__' section of `CatalystX::Test::Recorder::Controller'.

    The following variables are avaiable from the template:

lib/CatalystX/Test/Recorder.pm  view on Meta::CPAN

    namespace => '...',
    ...
  } );

=head2 namespace

Sets the namespace under which the start and stop actions are located. Defaults to C<recorder>.

=head2 skip

This is an arrayref of regexprefs. Requests, whose path matches on of these regexes, will not be recorded.
Defaults to C<qr/^static\//, qr/^favicon.ico/>.

=head2 template

Specify the path to a L<Template::Alloy> (TT dialect) file which is used to render the test. 
For reference, the default template is available in the C<__DATA__> section of C<CatalystX::Test::Recorder::Controller>.

The following variables are avaiable from the template:

=over



( run in 0.901 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )