• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cucumber / cucumber-jvm / 4011
86%
master: 86%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 30 Apr 2020 11:28AM UTC
Jobs 1
Files 355
Run time 40s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
4011

push

travis-ci

web-flow
[Core] Default to --strict mode (#1960)

Unlike other implementations Cucumber-JVM defaults to `--non-strict` mode. By defaulting to `--strict` Cucumber follows the same standards as other implementations.

Additionally the option to set strict mode adds complexity for consumers of Cucumbers output. They have to interpret Cucumbers 6 scenario outcomes with this in mind. By removing `--strict/--non-strict` mode we remove this complexity all together.

With PR Cucumber will:
 * default to `--strict` 
 * throw an error on `--non-strict`.  
 * warn when `--strict` is used.
 * only print snippets as part of the exception thrown by JUnit rather then use the summary printer
 * only print snippets as part of the exception thrown by TestNG rather then use  the summary printer

Partial fix for #1788, https://github.com/cucumber/cucumber/issues/714

44 of 44 new or added lines in 16 files covered. (100.0%)

6597 of 7572 relevant lines covered (87.12%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
3 4011.3 (COVERAGE=true) 30 Apr 2020 11:28AM UTC 0
87.12
Travis Job 4011.3
Source Files on build 4011
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4011
  • 5fbae84e on github
  • Prev Build on v6.x.x (#4002)
  • Next Build on v6.x.x (#4015)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc