Skip to content

Commit f4ad287

Browse files
committed
Case 27790;Changed command so any behat parameter can be used
1 parent 20c8d04 commit f4ad287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chain/chain-site-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Usage: drupal site:test --placeholder="name:subscriptions" --placeholder="root:/vagrant/repos" --placeholder="tags:tags"
1+
# Usage: drupal site:test --placeholder="name:subscriptions" --placeholder="root:/vagrant/repos" --placeholder="behat_params:--tags=bannerimage"
22
command:
33
name: site:test
44
description: 'Sets the test suites up and then runs them.'
@@ -14,7 +14,7 @@ commands:
1414
# Run Behat
1515
- command: exec
1616
arguments:
17-
bin: 'cd %{{root|/vagrant/repos}}/%{{name}}/tests; ./behat --tags="%{{tags}}";'
17+
bin: 'cd %{{root|/vagrant/repos}}/%{{name}}/tests; ./behat %{{behat_params|-n}};'
1818
# Run phpunit
1919
- command: exec
2020
arguments:

0 commit comments

Comments
 (0)