[Koha-bugs] [Bug 19185] Web installer and onboarding tool selenium test

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 7 15:42:28 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185

--- Comment #13 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Martin Renvoize from comment #11)
> Comment on attachment 75090 [details] [review]
> Bug 19185: Add selenium tests for installation and onboarding process
> 
> Review of attachment 75090 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: t/db_dependent/selenium/00-installation.t
> @@ +52,5 @@
> > +    my $db_pass = C4::Context->config('pass');
> > +
> > +    $driver->get($base_url."mainpage.pl");
> > +
> > +    my $lang = "en"; # The idea here is to loop on all languages
> 
> Question: Why would we want to loop for all languages? Are you still
> intending on implementing this?

We should test the installer process for different languages, in the script I
have listed the ones we have for the manual. The idea would be to run it for
each of them.
We should also test with and without sample data (i.e. without and with
onboarding tool), see commented tests.

But it's for the next steps (if it does not take too long to be part of the
codebase).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list