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

cucumber / cucumber-jvm / 3497
86%

Build:
DEFAULT BRANCH: master
Ran 23 Nov 2019 11:26AM UTC
Jobs 1
Files 344
Run time 16s
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
3497

push

travis-ci

web-flow
[JUnit] Do not include @ in TestTags (#1825)

The JUnit Platform supports tag expressions. This allows users to select
groups of tests to execute. By not including the `@` symbol in the
`TestTag` it is possible to select both example below using the JUnit
tag expression `smoke` rather then `smoke & @smoke`.

```java
@Test
@Tag("Smoke")
void test(){}
```

```gherkin
@Smoke
Scenario: Smoke test
```

Additionally Maven interprets strings delimited by `@` symbols as
string interpolation[2]. This makes using the `@` symbol problematic in
tag expressions.

  1. https://junit.org/junit5/docs/current/user-guide/#running-tests-tag-expressions
  2. https://maven.apache.org/shared/maven-filtering/

2 of 2 new or added lines in 1 file covered. (100.0%)

6159 of 7033 relevant lines covered (87.57%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
2 3497.2 23 Nov 2019 11:26AM UTC 0
87.57
Travis Job 3497.2
Source Files on build 3497
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3497
  • 4517c7f5 on github
  • Prev Build on master (#3494)
  • Next Build on master (#3499)
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