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

cucumber / cucumber-jvm / 2952
86%

Build:
DEFAULT BRANCH: master
Ran 08 Jun 2019 11:57PM UTC
Jobs 1
Files 898
Run time 39s
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
2952

push

travis-ci

web-flow
[Core] Add reverse and random scenario execution order (#1645)

Summary

Allows scenarios to be executed in random or reverse order. Custom execution orders can also be created.
Details

All scenarios can be run in random order.
`java <classpath> cucumber.api.cli.Main --order random -g <glue path> <feature file path>`
The number of scenarios to be run in random can also be mentioned.
`java <classpath> cucumber.api.cli.Main --order random --count <number> -g <glue> <feature file>`

All scenarios can be run in reverse order.
`java <classpath> cucumber.api.cli.Main --order reverse -g <glue path> <feature file path>`

Custom orders can be created by implementing the PickleOrder interface in the `cucumber.runtime.order` package.

4598 of 5366 relevant lines covered (85.69%)

355.81 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2952.2 08 Jun 2019 11:57PM UTC 0
85.69
Travis Job 2952.2
Source Files on build 2952
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2952
  • b89e538c on github
  • Prev Build on master (#2948)
  • Next Build on master (#2953)
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