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

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

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 23 Apr 2020 05:38PM UTC
Jobs 1
Files 356
Run time 47s
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
3986

push

travis-ci

web-flow
[Core] Remove `cucumber.options` property (#1958)

`cucumber.options` was used to control cucumbers execution when run through `mvn test`. This is no longer required with the introduction of property based runtime options in #1741. Removing `cucumber.options` allows CLI argument parsing to be separated from property parsing which simplifies the complexity of parsing significantly.

Additionally
 - We remove `--add-plugin` and associated logic in `RuntimeOptionsBuilder`. All plugins are added by default.
 - Separate calling `System.exit` from parsing the runtime options. Main should check if exit is required after parsing.
 - Write tests that validate if the correct text is written to `System.out` and `System.err` by injecting these into `CommandlineOptionsParser`.

Fixes: https://github.com/cucumber/cucumber-jvm/issues/1779

167 of 167 new or added lines in 6 files covered. (100.0%)

6660 of 7692 relevant lines covered (86.58%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
3 3986.3 (COVERAGE=true) 23 Apr 2020 05:38PM UTC 0
86.58
Travis Job 3986.3
Source Files on build 3986
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3986
  • 839dba7c on github
  • Prev Build on v6.x.x (#3981)
  • Next Build on v6.x.x (#3987)
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