Help for this page

Select Code to Download


  1. or download this
    use Test::Harness (runtests, execute_tests) ;
    @test_files = qw (gmail_selenium.pl);
    execute_tests(tests => \@test_files);
    
  2. or download this
    use Test::Harness (runtests, execute_tests) ;
    @test_files = qw (gmail_selenium.pl);
    $total = execute_tests(tests => \@test_files);
    print $total->{max};