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

cucumber / cucumber-jvm / 3372
86%

Build:
DEFAULT BRANCH: master
Ran 04 Oct 2019 09:48PM UTC
Jobs 1
Files 318
Run time 32s
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
3372

push

travis-ci

mpkorstanje
[Core] Do not clobber line filters from rerun file

A typical setup to rerun tests uses two Cucumber runners, where the
second runner uses the rerun file produced by the first to rerun
tests. E.g:

 - `@CucumberOptions(plugin = "return:path/to/rerun.txt")`
 - `@CucumberOptions(features = "path/to/rerun.txt")`

Then from the cli the entire suite is invoked with some tags:

```
mvn verify -Dcucumber.options="@smoke"
```

The expectation is that the first runner executes all features tagged
with `@smoke`. And that the second runner will rerun all failed features
tagged with `@smoke`. However because `@smoke` removes all line filters
the line filters from the rerun file were also removed.

By treating rerun files and feature files as distinct elements in the
`RuntimeOptions` builder we can properly reflect this nuance.

Fixes: #1785

43 of 43 new or added lines in 5 files covered. (100.0%)

5609 of 6425 relevant lines covered (87.3%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
2 3372.2 04 Oct 2019 09:48PM UTC 0
87.3
Travis Job 3372.2
Source Files on build 3372
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3372
  • 05f50330 on github
  • Prev Build on master (#3369)
  • Next Build on master (#3373)
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