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

cucumber / cucumber-jvm / 3491
86%

Build:
DEFAULT BRANCH: master
Ran 22 Nov 2019 12:36PM UTC
Jobs 1
Files 344
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
3491

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

8 of 8 new or added lines in 2 files covered. (100.0%)

6158 of 7032 relevant lines covered (87.57%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
2 3491.2 22 Nov 2019 12:36PM UTC 0
87.57
Travis Job 3491.2
Source Files on build 3491
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3491
  • a726fcc3 on github
  • Prev Build on master (#3488)
  • Next Build on master (#3492)
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