Selenium::Remote::Driver v1.20 is the latest upstream release and is missing some patches/PRs that we need for selenium tests of ngcp-panel. Packaging the git version properly in the Debian way is hard because of the way upsteam handles releases with separate branches (one of them even being out-of-date, sigh). So instead let's use a tarball from their latest git version until we see a v.1.21 release. Symlinking the geckodriver binary to /usr/bin/geckodriver addresses: | Unable to find the geckodriver binary in your $PATH. at /home/selenium/Selenium-Remote-Driver/lib/Selenium/CanStartBinary/FindBinary.pm line 66. Change-Id: I8ddf3c76a008ce5b0aa67b62154a9614f90cb659changes/31/15331/3
parent
c6db685708
commit
1cd3fb497b
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
# This script is used for running the tests with proper arguments
|
||||
# from within Jenkins
|
||||
su - selenium -c "cd /code && ./t/selenium/testrunner $* /results/ junit"
|
||||
# this is a workaround with PERL5LIB= ... until we've a proper libselenium-remote-driver-perl package again
|
||||
su - selenium -c "cd /code && PERL5LIB=/home/selenium/Selenium-Remote-Driver/ ./t/selenium/testrunner $* /results/ junit"
|
||||
|
||||
Loading…
Reference in new issue