https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974
--- Comment #6 from Alex Buckley <[email protected]> --- Created attachment 66154 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66154&action=edit Bug 18974 - Added selenium test for the Koha web installer and onboarding tool Test plan: 1. wget https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar 2.vim /etc/apt/sources.list.d/firefox.list 3. Paste in: deb http://packages.linuxmint.com debian import 4. suod apt-get update 5. sudo apt-get install firefox 6. sudo apt-get install xvfb 7. SELENIUM_PATH=/home/vagrant/kohaclone/selenium-server-standalone-2.53.0.jar 8. Xvfb :1 -screen 0 1024x768x24 2>&1 >/dev/null & 9. DISPLAY=:1 java -jar $SELENIUM_PATH 10. In a new terminal restart memcached and drop and recreate the Koha database 11. sudo koha-shell kohadev 12. perl t/db_dependent/selenium/installkoha.t 13. Notice the db errors saying that database tables do not exist 14. Notice the CP test output messages stating what the test is doing -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
