Skip to content

Commit f1bb48b

Browse files
authored
[JUnit] Link tag expression documentation (#2668)
1 parent a288ad2 commit f1bb48b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cucumber-junit/src/main/java/io/cucumber/junit/CucumberOptions.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
String[] extraGlue() default {};
6262

6363
/**
64-
* Only run scenarios tagged with tags matching {@code TAG_EXPRESSION}.
64+
* Only run scenarios tagged with tags matching
65+
* <a href="https://github.com/cucumber/tag-expressions">Tag Expression</a>.
6566
* <p>
6667
* For example {@code "@smoke and not @fast"}.
6768
*

0 commit comments

Comments
 (0)