------------------------------------------------------------------------------- Test set: io.cucumber.core.plugin.NoPublishFormatterTest ------------------------------------------------------------------------------- Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.002 s <<< FAILURE! - in io.cucumber.core.plugin.NoPublishFormatterTest should_print_banner Time elapsed: 0 s <<< FAILURE! java.lang.AssertionError: Expected: is "┌─────────────────────────────────────────────────────────────────────────────┐\n│ Share your Cucumber Report with your team at https://reports.cucumber.io │\n│ Activate publishing with one of the following: │\n│ │\n│ src/test/resources/cucumber.properties: cucumber.publish.enabled=true │\n│ Environment variable: CUCUMBER_PUBLISH_ENABLED=true │\n│ JUnit: @CucumberOptions(publish = true) │\n│ │\n│ More information at https://reports.cucumber.io/docs/cucumber-jvm │\n│ │\n│ To disable this message, add cucumber.publish.quiet=true to │\n│ src/test/resources/cucumber.properties │\n└─────────────────────────────────────────────────────────────────────────────┘\n" but: was "???????????????????????????????????????????????????????????????????????????????\n? Share your Cucumber Report with your team at https://reports.cucumber.io ?\n? Activate publishing with one of the following: ?\n? ?\n? src/test/resources/cucumber.properties: cucumber.publish.enabled=true ?\n? Environment variable: CUCUMBER_PUBLISH_ENABLED=true ?\n? JUnit: @CucumberOptions(publish = true) ?\n? ?\n? More information at https://reports.cucumber.io/docs/cucumber-jvm ?\n? ?\n? To disable this message, add cucumber.publish.quiet=true to ?\n? src/test/resources/cucumber.properties ?\n???????????????????????????????????????????????????????????????????????????????\n" at io.cucumber.core.plugin.NoPublishFormatterTest.should_print_banner(NoPublishFormatterTest.java:20)