We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84b156 commit 3c050faCopy full SHA for 3c050fa
README.md
@@ -63,6 +63,14 @@ You can also specify what to run by *tag*:
63
64
@IncludeTags("zucchini")
65
66
+When using Maven, tags can be provided from the CLI using the `groups` and `excludedGroups` parameters. These take a
67
+[JUnit5 Tag Expression](https://junit.org/junit5/docs/current/user-guide/#running-tests-tag-expressions).
68
+Note: When using JUnit, the `@` is not part of the tag.
69
+
70
+```
71
+mvn verify -DexcludedGroups="Haricots" -Dgroups="Zucchini | Gherkin"
72
73
74
## Running a single scenario or feature
75
76
Maven and Gradle do not (yet) support selecting single features or scenarios
0 commit comments