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

cucumber / cucumber-jvm / 3855
86%

Build:
DEFAULT BRANCH: master
Ran 28 Feb 2020 04:30PM UTC
Jobs 1
Files 356
Run time 1min
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
3855

push

travis-ci

web-flow
[Spring] Do not reuse generic application context between scenarios (#1905)

When neither a glue class with a spring context configuration could be found
nor a `cucumber.xml` file exists `cucumber-spring` will fall back to a
`GenericApplicationContext` to facilitate dependency injection.

The current implementation tries to reuse this application context between
scenarios. This requires refreshing the context which can only be done once.
So it's not possible to reuse the `GenericApplicationContext` and a new one
should be created for each scenario.

6363 of 7661 relevant lines covered (83.06%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
3 3855.3 (COVERAGE=true) 28 Feb 2020 04:30PM UTC 0
83.06
Travis Job 3855.3
Source Files on build 3855
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3855
  • 3b56c93d on github
  • Prev Build on master (#3850)
  • Next Build on master (#3857)
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