Skip to content

Commit 00e59fe

Browse files
committed
Mute annoying message
┌──────────────────────────────────────────────────────────────────────────────┐ │ Share your Cucumber Report with your team at https://reports.cucumber.io │ │ To disable this message, specify CUCUMBER_PUBLISH_QUIET=true or use the │ ... │ --publish-quiet option. You can also add this to your cucumber.yml: │ │ default: --publish-quiet │ └──────────────────────────────────────────────────────────────────────────────┘ Now we can. Previously, this would break as previous Cucumber versions didn't know about this option flag.
1 parent 33702c0 commit 00e59fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cucumber.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
default: --require features --format progress --tags 'not @wip'
2-
pretty: --require features --format pretty --tags 'not @wip'
3-
wip: --require features --tags @wip
1+
default: --publish-quiet --require features --format progress --tags 'not @wip'
2+
pretty: --publish-quiet --require features --format pretty --tags 'not @wip'
3+
wip: --publish-quiet --require features --tags @wip

0 commit comments

Comments
 (0)