Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable cucumber publish message (#1562)
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