@@ -11,19 +11,19 @@ Feature: Publish banner
11
11
When I run `cucumber`
12
12
Then the output should contain:
13
13
"""
14
- ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
15
- β Share your Cucumber Report with your team at https://reports.cucumber.io β
16
- β β
17
- β Command line option: --publish β
18
- β Environment variable: CUCUMBER_PUBLISH_ENABLED=true β
19
- β cucumber.yml: default: --publish β
20
- β β
21
- β More information at https://reports. cucumber.io/docs/cucumber-ruby β
22
- β β
23
- β To disable this message, specify CUCUMBER_PUBLISH_QUIET=true or use the β
24
- β --publish-quiet option. You can also add this to your cucumber.yml: β
25
- β default: --publish-quiet β
26
- ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
14
+ βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
15
+ β Share your Cucumber Report with your team at https://reports.cucumber.io β
16
+ β β
17
+ β Command line option: --publish β
18
+ β Environment variable: CUCUMBER_PUBLISH_ENABLED=true β
19
+ β cucumber.yml: default: --publish β
20
+ β β
21
+ β More information at https://cucumber.io/docs/cucumber/environment-variables/ β
22
+ β β
23
+ β To disable this message, specify CUCUMBER_PUBLISH_QUIET=true or use the β
24
+ β --publish-quiet option. You can also add this to your cucumber.yml: β
25
+ β default: --publish-quiet β
26
+ βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
27
27
"""
28
28
29
29
Scenario : Banner is not displayed when using --publish-quiet
0 commit comments