File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"magento/mtf" : " 1.0.0-rc64" ,
14
- "php" : " >=5.4.0" ,
15
- "phpunit/phpunit" : " 4.1.0" ,
16
- "phpunit/phpunit-selenium" : " >=1.2" ,
17
- "netwing/selenium-server-standalone" : " >=2.35"
14
+ "php" : " ~7.1.0||~7.2.0||~7.3.0" ,
15
+ "phpunit/phpunit" : " ~6.5.0" ,
16
+ "phpunit/phpunit-selenium" : " ~4.1.0" ,
17
+ "php-webdriver/webdriver" : " ~1.8.2" ,
18
+ "se/selenium-server-standalone" : " 2.53.1"
18
19
},
19
20
"autoload" : {
20
21
"psr-4" : {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ case $TEST_SUITE in
24
24
echo " Prepare functional tests for running"
25
25
cd dev/tests/functional
26
26
27
- composer install && composer require se/selenium-server-standalone:2.53.1
27
+ composer install --no-interaction
28
28
export DISPLAY=:1.0
29
29
sh ./vendor/se/selenium-server-standalone/bin/selenium-server-standalone -port 4444 -host 127.0.0.1 \
30
30
-Dwebdriver.firefox.bin=$( which firefox) -trustAllSSLCertificate & > ~ /selenium.log &
You can’t perform that action at this time.
0 commit comments