Skip to content

Commit 7c6a38e

Browse files
Run Behat with --format progress
On projects with lots of tests, Behat's normal format makes it difficult to identify the failing tests. `--format progress` makes it easy to pinpoint the failing tests.
1 parent 499d7d7 commit 7c6a38e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ before_script:
3232
- composer validate
3333
- bash bin/install-package-tests.sh
3434

35-
script: ./vendor/bin/behat --strict
35+
script: ./vendor/bin/behat --format progress --strict

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ test:
2121
- composer validate
2222
- bash bin/install-package-tests.sh
2323
override:
24-
- WP_VERSION=latest ./vendor/bin/behat --strict
24+
- WP_VERSION=latest ./vendor/bin/behat --format progress --strict
2525
- rm -rf '/tmp/wp-cli-test core-download-cache'
26-
- WP_VERSION=trunk ./vendor/bin/behat --strict
26+
- WP_VERSION=trunk ./vendor/bin/behat --format progress --strict

0 commit comments

Comments
 (0)