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

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

Build:
DEFAULT BRANCH: master
Ran 22 Nov 2019 12:36PM UTC
Files 344
Run time 36s
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

22 Nov 2019 12:27PM UTC coverage: 87.571% (+0.3%) from 87.284%
3491.2

push

travis-ci

web-flow
[JUnit] Add JUnit Platform @Cucumber annotation (#1824)

Maven Surefire and Gradle do not yet support discovery of non-class
based tests[1][2]. As a workaround you can either use the `@Cucumber`
annotation or the JUnit Platform Console Launcher.

Cucumber will scan the package of a class annotated with `@Cucumber`
for feature files.

```java
package com.example.app;

import io.cucumber.junit.platform.engine.Cucumber;

@Cucumber
public class RunCucumberTest {
}
```

 1. https://github.com/gradle/gradle/issues/4773
 2. https://issues.apache.org/jira/browse/SUREFIRE-1724

6158 of 7032 relevant lines covered (87.57%)

0.88 hits per line

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