We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c8d04 commit f4ad287Copy full SHA for f4ad287
chain/chain-site-test.yml
@@ -1,4 +1,4 @@
1
-# Usage: drupal site:test --placeholder="name:subscriptions" --placeholder="root:/vagrant/repos" --placeholder="tags:tags"
+# Usage: drupal site:test --placeholder="name:subscriptions" --placeholder="root:/vagrant/repos" --placeholder="behat_params:--tags=bannerimage"
2
command:
3
name: site:test
4
description: 'Sets the test suites up and then runs them.'
@@ -14,7 +14,7 @@ commands:
14
# Run Behat
15
- command: exec
16
arguments:
17
- bin: 'cd %{{root|/vagrant/repos}}/%{{name}}/tests; ./behat --tags="%{{tags}}";'
+ bin: 'cd %{{root|/vagrant/repos}}/%{{name}}/tests; ./behat %{{behat_params|-n}};'
18
# Run phpunit
19
20
0 commit comments