App-Ikaros
view release on metacpan or search on metacpan
{
"abstract" : "distributed testing framework for jenkins",
"author" : [
"Masaaki Goshima (goccy) <goccy54@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v0.6.5",
"license" : "perl_5",
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
---
abstract: 'distributed testing framework for jenkins'
author:
- 'Masaaki Goshima (goccy) <goccy54@gmail.com>'
build_requires:
AnyEvent: 0
App::ForkProve: 0
App::Prove: 0
Capture::Tiny: 0
Class::Accessor::Fast: 0
Coro: 0
Devel::Cover: 0
# NAME
App::Ikaros - distributed testing framework for jenkins
# SYNOPSIS
### \[EXECUTOR\]
use App::Ikaros;
my $status = App::Ikaros->new({
config => 'config/ikaros.conf',
config_type => 'dsl',
hosts:
- remote # remote server name
- remote:
workdir: $HOME/ikaros_workspace_2 # override working directory name
- remote:
runner: prove # override executor of main command
workdir: $HOME/ikaros_workspace_3
# DESCRIPTION
App::Ikaros is distributed testing framework for jenkins.
# METHODS
# AUTHOR
Masaaki Goshima (goccy) <goccy54@gmail.com>
# COPYRIGHT AND LICENSE
Copyright (C) Masaaki Goshima (goccy).
lib/App/Ikaros.pm view on Meta::CPAN
})->report($self->hosts);
return &$callback($failed_tests);
}
1;
__END__
=head1 NAME
App::Ikaros - distributed testing framework for jenkins
=head1 SYNOPSIS
=head3 [EXECUTOR]
use App::Ikaros;
my $status = App::Ikaros->new({
config => 'config/ikaros.conf',
config_type => 'dsl',
lib/App/Ikaros.pm view on Meta::CPAN
hosts:
- remote # remote server name
- remote:
workdir: $HOME/ikaros_workspace_2 # override working directory name
- remote:
runner: prove # override executor of main command
workdir: $HOME/ikaros_workspace_3
=head1 DESCRIPTION
App::Ikaros is distributed testing framework for jenkins.
=head1 METHODS
=head1 AUTHOR
Masaaki Goshima (goccy) <goccy54@gmail.com>
=head1 COPYRIGHT AND LICENSE
Copyright (C) Masaaki Goshima (goccy).
( run in 0.680 second using v1.01-cache-2.11-cpan-e1769b4cff6 )