[Koha-bugs] [Bug 18804] Selenium tests are failing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 14 18:58:41 CEST 2017


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

--- Comment #5 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Additional information:

To test this patch:
% wget
https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.1.jar
% sudo apt-get install xvfb firefox-esr
% SELENIUM_PATH=/home/vagrant/selenium-server-standalone-2.53.1.jar
% Xvfb :1 -screen 0 1024x768x24 2>&1 >/dev/null &
% DISPLAY=:1 java -jar $SELENIUM_PATH

Remove the rentalcharge:
% UPDATE itemtypes SET rentalcharge = 0;

Then you can execute the test file.

If you get:
Wide character in print at /usr/local/share/perl/5.20.2/Test2/Formatter/TAP.pm
line 105.
#                   'Koha › Patrons › Add patron test_patron_surname (Adult)'
#     doesn't match '(?^u:Patron details for test_patron_surname)'

Ignore and retry (FIXME LATER...)


No need to say that this code needs more love. The plan here is to make the
tests pass, it will already be a big step.

Tested on 17.05.x, 16.11.x and 16.05.x

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


More information about the Koha-bugs mailing list