MT#4771 option to call ./Build test_selenium

which only runs selenium tests
agranig/rest
Gerhard Jungwirth 12 years ago committed by Andreas Granig
parent 10ddf43147
commit afd85b45d0

@ -156,4 +156,11 @@ method ACTION_test_servers {
<STDIN>;
}
method ACTION_test_selenium {
$self->depends_on('code');
$self->_test_preconditions;
$self->test_files('t/*_selenium.t t/admin-login.t');
$self->generic_test(type => 'default');
}
END { shutdown_servers }

Loading…
Cancel
Save