Group
Extension

Matches 2

Dancer-Plugin-Test-Jasmine ( Y/YA/YANICK/Dancer-Plugin-Test-Jasmine-0.2.0.tar.gz, YANICK, 2015; MetaCPAN )
Dancer-Plugin-Test-Jasmine/lib/Dancer/Plugin/Test/Jasmine.pm ( view source; MetaCPAN )
e . Defaults to C</test>.

=item lib_dir

By default the plugin uses a version of Jasmine and its JSON reporter bundled
in its share folder. If you prefer to use your own version of 
Jasmine, you can 

PhantomJS, we could use:

    use strict;
    use warnings;

    use Test::More;

    use JSON qw/ from_json /;

    use Test::TCP;
    use WWW::Mechanize::PhantomJS;

    use Dancer::Plugin::Test::J
        $mech->get("http://localhost:$port?test=verify_title");

            jasmine_results from_json
                $mech->eval_in_page('jasmine.getJSReportAsString()'; 
        },
        server =
Dancer-Plugin-Test-Jasmine ( Y/YA/YANICK/Dancer-Plugin-Test-Jasmine-0.2.0.tar.gz, YANICK, 2015; MetaCPAN )
Dancer-Plugin-Test-Jasmine/lib/Dancer/Plugin/Test/Jasmine/Results.pm ( view source; MetaCPAN )
on 0.2.0

=head1 SYNOPSIS

    use strict;
    use warnings;

    use Test::More;

    use JSON qw/ from_json /;

    use Test::TCP;
    use WWW::Mechanize::PhantomJS;
    use Dancer::Plugin::Test::Ja
;

            $mech->get("http://localhost:$port?test=hello");

            jasmine_results from_json
                $mech->eval_in_page('jasmine.getJSReportAsString()'; 
        },
        server =

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.