mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-11 21:58:37 +00:00
Bump selenium driver version and firefox version used in php7
This commit is contained in:
parent
fed4615abd
commit
df58b4c93c
@ -17,7 +17,7 @@ matrix:
|
||||
- php: 7.0
|
||||
sudo: true
|
||||
addons:
|
||||
firefox: '47.0.1'
|
||||
firefox: 'latest-esr'
|
||||
services:
|
||||
- xvfb
|
||||
- php: 7.1
|
||||
|
@ -10,16 +10,14 @@ settings:
|
||||
memory_limit: 1024M
|
||||
webdrivers:
|
||||
firefox:
|
||||
windows: vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\gecko\geckodriver64.exe
|
||||
mac: vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/gecko/geckodriver_mac
|
||||
linux: vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/gecko/geckodriver_linux_64
|
||||
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
|
||||
linux: vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/gecko/linux/geckodriver
|
||||
chrome:
|
||||
windows: vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\chrome\chromedriver.exe
|
||||
mac: vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/chrome/chromedriver_mac
|
||||
linux: vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/chrome/chromedriver_linux_64
|
||||
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
|
||||
linux: vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/chrome/linux/chromedriver
|
||||
internet explorer:
|
||||
windows: vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\internet-explorer32\IEDriverServer.exe
|
||||
MicrosoftEdge:
|
||||
windows: vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\edge\MicrosoftWebDriver.exe
|
||||
MicrosoftEdgeInsiders:
|
||||
windows: vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\edge-insiders\MicrosoftWebDriver.exe
|
||||
windows: vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\edge\msedgedriver64.exe
|
||||
|
@ -15,7 +15,7 @@
|
||||
"joomla-projects/joomla-browser": "v3.6.5.1",
|
||||
"consolidation/robo": "^1.0.0",
|
||||
"joomla-projects/joomla-testing-robo": "~1.0",
|
||||
"joomla-projects/selenium-server-standalone": "v3.1.0",
|
||||
"joomla-projects/selenium-server-standalone": "^v3.1.0",
|
||||
"fzaninotto/faker": "^1.6",
|
||||
"joomla-projects/jorobo": "~0.7",
|
||||
"behat/gherkin": "^4.4.1"
|
||||
|
23
composer.lock
generated
23
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "8e471a057bb2ecb11e1f699032d7c341",
|
||||
"content-hash": "cfeab8e38688fc8318fdfac739483533",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
@ -1685,27 +1685,36 @@
|
||||
},
|
||||
{
|
||||
"name": "joomla-projects/selenium-server-standalone",
|
||||
"version": "v3.1.0",
|
||||
"version": "3.141.59",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/joomla-projects/selenium-server-standalone.git",
|
||||
"reference": "cc928a73f0dfb900793dec48b18e08e8dfcbbaa7"
|
||||
"reference": "2a2310b540344169d52e3d517d3f1d1b4d0b9f4f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/joomla-projects/selenium-server-standalone/zipball/cc928a73f0dfb900793dec48b18e08e8dfcbbaa7",
|
||||
"reference": "cc928a73f0dfb900793dec48b18e08e8dfcbbaa7",
|
||||
"url": "https://api.github.com/repos/joomla-projects/selenium-server-standalone/zipball/2a2310b540344169d52e3d517d3f1d1b4d0b9f4f",
|
||||
"reference": "2a2310b540344169d52e3d517d3f1d1b4d0b9f4f",
|
||||
"shasum": ""
|
||||
},
|
||||
"bin": [
|
||||
"bin/selenium-server-standalone"
|
||||
],
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"Selenium.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"Apache 2.0"
|
||||
"Apache-2.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Puneet Kala",
|
||||
"email": "puneet.kala@community.joomla.org"
|
||||
},
|
||||
{
|
||||
"name": "Sven Eisenschmidt",
|
||||
"email": "sven.eisenschmidt@gmail.com"
|
||||
@ -1721,7 +1730,7 @@
|
||||
"selenium",
|
||||
"testing"
|
||||
],
|
||||
"time": "2017-02-21T15:10:31+00:00"
|
||||
"time": "2019-07-31T05:15:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "joomla/compat",
|
||||
|
Loading…
x
Reference in New Issue
Block a user