There was an error while loading. Please reload this page.
1 parent c48f17b commit 0161b28Copy full SHA for 0161b28
README.md
@@ -46,6 +46,8 @@ Full plugin configuration below, optional properties can be omitted
46
<mode>automated</mode>
47
<!--Optional - tag expression filter for scenarios. More on tag expressions https://cucumber.io/docs/cucumber/api/#tag-expressions-->
48
<tags>(@smoke or @ui) and (not @slow)</tags>
49
+ <!--Optional - prepend ordinal to feature name (default is true)-->
50
+ <numbered>false</numbered>
51
</configuration>
52
<id>features</id>
53
<goals>
0 commit comments