We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dbe673 commit f46f22dCopy full SHA for f46f22d
behat.yml
@@ -14,6 +14,13 @@ default:
14
formatters:
15
html:
16
output_path: %paths.base%/build/reports/behat
17
+ pretty:
18
+ decorated: true
19
+ verbose: false
20
+ time: true
21
+ language: en
22
+ output_path: null
23
+ multiline_arguments: true
24
extensions:
25
Behat\MinkExtension:
26
goutte: ~
runtests.sh
@@ -1,4 +1,5 @@
1
#!/bin/sh
2
# You should install ansible for ability to run this script
3
export PYTHONUNBUFFERED=1
4
+export ANSIBLE_FORCE_COLOR=true
5
time ansible-playbook -vvvv build/tests.yml -i 'localhost,' --connection=local $@
0 commit comments