30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-09-27 20:49:05 +00:00

Fix loading windows drivers

This commit is contained in:
Jelle Kok 2019-08-13 16:40:22 +02:00
parent 3b155af6e9
commit 4626877ef9
No known key found for this signature in database
GPG Key ID: EC8776F3C011B1D1
2 changed files with 8 additions and 5 deletions

View File

@ -10,14 +10,16 @@ settings:
memory_limit: 1024M memory_limit: 1024M
webdrivers: webdrivers:
firefox: firefox:
windows: vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\gecko\windows\geckodriver64.exe windows: vendor\\joomla-projects\\selenium-server-standalone\\bin\\webdrivers\\gecko\\windows\\geckodriver64.exe
mac: vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/gecko/mac/geckodriver mac: vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/gecko/mac/geckodriver
linux: vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/gecko/linux/geckodriver linux: vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/gecko/linux/geckodriver
chrome: chrome:
windows: vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\chrome\windows\chromedriver.exe windows: vendor\\joomla-projects\\selenium-server-standalone\\bin\\webdrivers\\chrome\\windows\\chromedriver.exe
mac: vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/chrome/mac/chromedriver mac: vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/chrome/mac/chromedriver
linux: vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/chrome/linux/chromedriver linux: vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/chrome/linux/chromedriver
internet explorer: internet explorer:
windows: vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\internet-explorer32\IEDriverServer.exe windows: vendor\\joomla-projects\\selenium-server-standalone\\bin\\webdrivers\\internet-explorer32\\IEDriverServer.exe
MicrosoftEdge: MicrosoftEdge:
windows: vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\edge\msedgedriver64.exe windows: vendor\\joomla-projects\\selenium-server-standalone\\bin\\webdrivers\\edge\\msedgedriver.exe
MicrosoftEdgeInsiders:
windows: c:\\windows\system32\MicrosoftWebDriver.exe

View File

@ -39,6 +39,7 @@ modules:
repo_folder: '/home/travis/build/joomla-extensions/weblinks/' # Path to the Extension repository. To be used by tests to install via Install from folder repo_folder: '/home/travis/build/joomla-extensions/weblinks/' # Path to the Extension repository. To be used by tests to install via Install from folder
counter_test_url: 'http://localhost/tests/joomla' # the url for the weblink item used to test hits counter counter_test_url: 'http://localhost/tests/joomla' # the url for the weblink item used to test hits counter
url: 'http://localhost/tests/joomla' # the url that points to the joomla installation at /tests/system/joomla-cms - we need it twice here url: 'http://localhost/tests/joomla' # the url that points to the joomla installation at /tests/system/joomla-cms - we need it twice here
MicrosoftEdgeInsiders: false # set this to true, if you are on Windows Insiders
error_level: "E_ALL & ~E_STRICT & ~E_DEPRECATED" error_level: "E_ALL & ~E_STRICT & ~E_DEPRECATED"
env: env:
desktop: ~ desktop: ~
@ -51,4 +52,4 @@ env:
modules: modules:
config: config:
JoomlaBrowser: JoomlaBrowser:
window_size: 480x640 window_size: 480x640