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

cucumber / cucumber-jvm / 3931
86%

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

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

Jobs
ID Job ID Ran Files Coverage
3 3931.3 (COVERAGE=true) 11 Apr 2020 05:16PM UTC 0
86.05
Travis Job 3931.3
Source Files on build 3931
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3931
  • 98a38a01 on github
  • Prev Build on master (#3930)
  • Next Build on master (#3932)
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