Skip to content

Commit f46f22d

Browse files
committed
Add pretty formatter
1 parent 8dbe673 commit f46f22d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

behat.yml

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ default:
1414
formatters:
1515
html:
1616
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
1724
extensions:
1825
Behat\MinkExtension:
1926
goutte: ~

runtests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
22
# You should install ansible for ability to run this script
33
export PYTHONUNBUFFERED=1
4+
export ANSIBLE_FORCE_COLOR=true
45
time ansible-playbook -vvvv build/tests.yml -i 'localhost,' --connection=local $@

0 commit comments

Comments
 (0)