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

cucumber / cucumber-jvm / 4242
87%
master: 86%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 09 Jul 2020 02:23PM UTC
Jobs 1
Files 395
Run time 5min
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
4242

push

travis-ci

web-flow
[JUnit] Make duplicate pickle names unique (#2045)

Individual examples do not have a unique name. And while a unique name is not
required by Junit, various integrations such as sbt-junit assume this the case.

By appending ` [#n]` to a scenario name it becomes unique again. So JUnit 4s
output becomes:

```
A feature with scenario outlines
  A scenario outline #1
  A scenario outline #2
  A scenario outline #3
  A scenario outline #4
```

The `#n` was taken from JUnit 5 which renders examples as:

```
A feature with scenario outlines
  A scenario outline
    With some other text
      Example #1
      Example #2
    With some text
     Example #1
     Example #2
```

Fixes: https://github.com/cucumber/cucumber-jvm-scala/issues/102

34 of 34 new or added lines in 4 files covered. (100.0%)

6857 of 7952 relevant lines covered (86.23%)

0.86 hits per line

Jobs
ID Job ID Ran Files Coverage
3 4242.3 (COVERAGE=true) 09 Jul 2020 02:23PM UTC 0
86.23
Travis Job 4242.3
Source Files on build 4242
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4242
  • 6122f69a on github
  • Prev Build on main (#4232)
  • Next Build on main (#4243)
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