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 edb40f9 commit 20c8d04Copy full SHA for 20c8d04
chain/chain-site-test.yml
@@ -1,4 +1,4 @@
1
-# Usage: drupal site:test --placeholder="name:subscriptions" --placeholder="root:/vagrant/repos"
+# Usage: drupal site:test --placeholder="name:subscriptions" --placeholder="root:/vagrant/repos" --placeholder="tags:tags"
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;'
+ bin: 'cd %{{root|/vagrant/repos}}/%{{name}}/tests; ./behat --tags="%{{tags}}";'
18
# Run phpunit
19
20
0 commit comments