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

cucumber / cucumber-jvm / 2292 / 1
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 26 Apr 2018 02:12PM UTC
Files 895
Run time 2min
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

26 Apr 2018 02:00PM UTC coverage: 81.939% (+0.3%) from 81.595%
2292.1

push

travis-ci

mpkorstanje
[Core] Add Before and AfterStep hooks (#1323)

Adds hooks that are invoked before and after a step.

The hooks have 'invoke around' semantics. Meaning that if a before step hook is executed the after step hooks will also be executed regardless of the result of the step. If a step did not pass, the following step and its hooks will be skipped.

To support the invoke around semantics the TestStep event has been replaced with an interface. And it's concrete implementation split into HookTestStep and PickleStepTestStep. All subclass specific methods in TestStep have been deprecated.

When doing a dry run all hooks will be reported. In prior implementations the before and after scenario hooks were unskippable and simply not included. These have been made skippable but will only be skipped on a dry run.

4945 of 6035 relevant lines covered (81.94%)

104.59 hits per line

Source Files on job 2292.1
  • Tree
  • List 0
  • Changed 72
  • Source Changed 35
  • Coverage Changed 67
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2217
  • Travis Job 2292.1
  • fc6dabc6 on github
  • Prev Job for on master (#2285.1)
  • Next Job for on master (#2293.1)
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