This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Commit 5b3b4e2 1 parent 938216c commit 5b3b4e2 Copy full SHA for 5b3b4e2
File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 42
42
<if >
43
43
<equals arg1 =" ${behat.regenerate}" arg2 =" y" casesensitive =" false" />
44
44
<then >
45
- <delete file =" ${repo.root}/tests/behat/local.yml" />
46
- <phingcall target =" setup:behat" />
45
+ <delete file =" ${repo.root}/tests/behat/local.yml" />
46
+ <phingcall target =" setup:behat" />
47
47
</then >
48
48
<else >
49
49
<fail >Cannot execute behat tests because Behat configuration is invalid.</fail >
50
50
</else >
51
51
</if >
52
52
</then >
53
53
</if >
54
+
55
+ <echo >Executing Behat tests with configuratoin:</echo >
56
+ <echo >drupal_root: ${behatConfig.local.extensions.Drupal\DrupalExtension.drupal.drupal_root}"</echo >
57
+ <echo >base_url: ${behatConfig.local.extensions.Behat\MinkExtension.base_url}"</echo >
58
+
54
59
</target >
55
60
56
61
<target name =" tests:behat:execute" description =" Executes behat tests against specific path." hidden =" true" >
138
143
139
144
<target name =" tests:selenium:kill"
140
145
description =" Kills Selenium standalone server process and any process running on port 4444." hidden =" true" >
146
+ <echo >Killing any selenium processes that are already running.</echo >
141
147
<exec command =" lsof -ti tcp:4444 | xargs kill" logoutput =" false" level =" ${blt.exec_level}" passthru =" false" checkreturn =" false" />
142
148
<exec command =" pgrep selenium | xargs kill" logoutput =" false" level =" ${blt.exec_level}" passthru =" false" checkreturn =" false" />
143
149
</target >
You can’t perform that action at this time.
0 commit comments