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

cucumber / cucumber-jvm / 3480 / 2
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 21 Nov 2019 05:49PM UTC
Files 342
Run time 22s
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

21 Nov 2019 05:40PM UTC coverage: 87.17%. Remained the same
3480.2

push

travis-ci

mpkorstanje
[JUnit] Implement Cucumber as a Junit Platform Engine (#1530)

Adds Cucumber implementation of JUnit Platforms TestEngine that will discover,
filter and execute scenarios.

Fixes: #1149

Unlike previous versions of JUnit, JUnit 5 is composed of several different
modules from three different sub-projects.

```
JUnit 5 = JUnit Platform + JUnit Jupiter + JUnit Vintage
```

The JUnit Platform serves as a foundation for launching testing frameworks on
the JVM. It also defines the TestEngine API for developing a testing framework
that runs on the platform. By implementing Cucumber as a TestEngine we can
benefit from existing implementations that use the JUnit Platform. This will
make it easier to develop tooling for Cucumber - any tooling that supports the
Junit Platform will automatically support the execution of Cucumber Scenarios.

6108 of 7007 relevant lines covered (87.17%)

0.87 hits per line

Source Files on job 3480.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2988
  • Travis Job 3480.2
  • f00b7fb4 on github
  • Prev Job for on master (#3479.2)
  • Next Job for on master (#3488.2)
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