Skip to content

Commit

Permalink
Disable cucumber publish message (#1562)
Browse files Browse the repository at this point in the history
Otherwise we see this every time we run cucumber:

```
┌──────────────────────────────────────────────────────────────────────────┐
│ Share your Cucumber Report with your team at https://reports.cucumber.io │
│                                                                          │
│ Command line option:    --publish                                        │
│ Environment variable:   CUCUMBER_PUBLISH_ENABLED=true                    │
│ cucumber.yml:           default: --publish                               │
│                                                                          │
│ More information at https://reports.cucumber.io/docs/cucumber-ruby       │
│                                                                          │
│ 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                                                 │
└──────────────────────────────────────────────────────────────────────────┘
```
  • Loading branch information
composerinteralia authored Jan 3, 2023
1 parent 50a4443 commit 2cf84e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cucumber.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
default: -r features features
default: --publish-quiet -r features features

0 comments on commit 2cf84e9

Please sign in to comment.