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

cucumber / cucumber-jvm / 3931 / 3
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 11 Apr 2020 05:16PM UTC
Files 359
Run time 16s
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

11 Apr 2020 05:04PM UTC coverage: 86.055% (-0.05%) from 86.1%
COVERAGE=true

push

travis-ci

web-flow
[Spring] Deprecate cucumber.xml and implied context configuration (#1940)

The prefered way to use `cucumber-spring` is to annotate a class
with both `@CucumberContextConfiguration` and a Spring context
configuration annotation such as `@ContextConfiguration`,
`@SpringBootTest`, ect.

Cucumber currently supports the discovery of context
configuration on any step defintion class. This requires a
significant amount of code and intimate knowledge of the
Spring Framework.
By restricting this too only classes annotated with
`@CucumberContextConfiguration` we can remove this complexity and
simply pass the annotated class to Spring `TestContextManager`
framework.

If no context configuration is available Cucumber currently also
support reading the application context from a magical
`cucumber.xml` file or should none exist an empty application
context.
Both these fallback strategies tend to hide user errors. And
removing them will provide more clarity and also remove
a nuggest of complexity.

Closes: https://github.com/cucumber/cucumber-jvm/issues/1904

6640 of 7716 relevant lines covered (86.05%)

0.86 hits per line

Source Files on job 3931.3 (COVERAGE=true)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3205
  • Travis Job 3931.3
  • 98a38a01 on github
  • Prev Job for COVERAGE=true on master (#3930.3)
  • Next Job for COVERAGE=true on master (#3932.3)
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