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

cucumber / cucumber-jvm / 2420
86%

Build:
DEFAULT BRANCH: master
Ran 06 Jul 2018 11:59AM UTC
Jobs 1
Files 885
Run time 38s
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
2420

push

travis-ci

mpkorstanje
[Core] Support parallel execution of pickles (#1389)

Adds supports for parallel execution of pickles to cucumber-jvm

# Added --threads argument to runtime options

Allows users of the CLI to specify the (max) number of threads to be used to run the tests. TestNG/JUnit users should consult their documentation on how to run JUnit/TestNG in parallel.

Note that JUnit will only run features in parallel, not scenarios.

# Concurrent Events

During parallel executing events from the execution of different pickles may interleave. To avoid breaking existing Formatters, these will now receive all test events after the run is complete. Because we are unable to infer whether JUnit/TestNG run in parallel the assumption is that they are and their formatter will always get all events after the run. 

Formatters that can handle concurrent events can events in real time by implementing the ConcurrentEventListener.

# New formatter introduced TimelineFormatter

Which produces reports using vsjis.org timeline to highlight which feature was run on which Thread and when.

4295 of 5027 relevant lines covered (85.44%)

361.15 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2420.2 06 Jul 2018 11:59AM UTC 0
85.44
Travis Job 2420.2
Source Files on build 2420
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2420
  • f8403587 on github
  • Prev Build on master (#2416)
  • Next Build on master (#2423)
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