This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Commit 25cfe7a 1 parent 32cfac9 commit 25cfe7a Copy full SHA for 25cfe7a
File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 99
99
100
100
<target name =" tests:selenium:kill"
101
101
description =" Kills Selenium standalone server process and any process running on port 4444." hidden =" true" >
102
- <exec command =" lsof -ti tcp:4444 | xargs kill" logoutput =" false" level =" ${blt.exec_level}" passthru =" true " checkreturn =" false" />
103
- <exec command =" pgrep selenium | xargs kill" logoutput =" false" level =" ${blt.exec_level}" passthru =" true " checkreturn =" false" />
102
+ <exec command =" lsof -ti tcp:4444 | xargs kill" logoutput =" false" level =" ${blt.exec_level}" passthru =" false " checkreturn =" false" />
103
+ <exec command =" pgrep selenium | xargs kill" logoutput =" false" level =" ${blt.exec_level}" passthru =" false " checkreturn =" false" />
104
104
</target >
105
105
106
106
<!-- Execute PHPUnit tests. -->
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ npm_config_prefix: "/home/{{ drupalvm_user }}/.npm-global"
46
46
installed_extras :
47
47
- adminer
48
48
- nodejs
49
- - java
49
+ - selenium
50
50
51
51
# Use PHP 5.6 and change package names to work with 5.6.
52
52
php_version : " 5.6"
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ if [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
10
10
# Download google chrome.
11
11
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
12
12
sudo dpkg -i --force-depends google-chrome-stable_current_amd64.deb
13
+ apt-get -f install
13
14
14
15
# Installs chromedriver for Linux 64 bit systems.
15
16
wget -N http://chromedriver.storage.googleapis.com/2.24/chromedriver_linux64.zip
You can’t perform that action at this time.
0 commit comments