Arepa
view release on metacpan or search on metacpan
t/Test/Arepa/T01Smoke.pm view on Meta::CPAN
use Test::Arepa;
use Arepa::CommandManager;
use base qw(Test::Arepa);
sub setup : Test(setup => 7) {
my ($self, @args) = @_;
$self->config_path('t/webui/conf/default/config.yml');
$self->SUPER::setup(@_);
$self->login_ok("testuser", "testuser's password");
}
sub test_should_see_builders : Test(1) {
my $self = shift;
$self->t->content_like(qr/test-builder/);
}
sub test_incoming_package_list : Test(3) {
( run in 0.258 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )