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

cucumber / cucumber-jvm / 2436
86%

Build:
DEFAULT BRANCH: master
Ran 25 Aug 2018 10:52AM UTC
Jobs 1
Files 882
Run time 50s
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
2436

push

travis-ci

web-flow
[Core] Set scenario result as step finishes (#1430)

* Clean up pom

* Update scenario result when step finishes

The results of a step were set on the scenario after a test step
finished. This meant that the result of the step was not available in
its after hooks.

By adding the result of the step to the scenario in TestStep we ensure
that scenario always contains the most recent result. This removes the
need to pass the scenario results around.

Additionally:

 * Scenario has moved from cucumber.runtime.ScenarioImpl to
 cucumber.runner.Scenario and made package private. This prevents the
 implementation being used outside of the API. Users of
 ScenarioImpl.getError should use an event listener to create their
 reports.

 * TestStep.run no longer requires a language parameter. With Gherkin v5
 the language is not used anywhere.

4264 of 4988 relevant lines covered (85.49%)

370.53 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2436.2 25 Aug 2018 10:52AM UTC 0
85.49
Travis Job 2436.2
Source Files on build 2436
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2436
  • 1b0680bc on github
  • Prev Build on master (#2435)
  • Next Build on master (#2437)
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