-
Notifications
You must be signed in to change notification settings - Fork 7
testapp config tests and automated selenium testing #162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testapp config tests and automated selenium testing #162
Conversation
faef746 to
d557036
Compare
timlegge
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
xt/testapp/t/004_selenium.t
Outdated
|
|
||
| my $ret = $driver->get('https://netsaml2-testapp.local'); | ||
| if ( ! $ret ) { | ||
| die "Unable to access https://netsaml2-testapp.local"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would perhaps use BAILOUT from Test::More here.
xt/testapp/t/004_selenium.t
Outdated
|
|
||
| =cut | ||
| if (! -d "$RealBin/selenium" ) { | ||
| warn "Created directory $RealBin/selenium\n" if (make_path("$RealBin/selenium")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a warn or more some kind of informational message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
informational - could the print
testapp: Add automated selenium testing using the testapp
d557036 to
5fb1f81
Compare
waterkip
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.