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 4e4bad4 commit ad322bbCopy full SHA for ad322bb
README.md
@@ -62,8 +62,10 @@ Full plugin configuration below, optional properties can be omitted
62
<jsonReportFolder>target/report/surefire-reports/cucumber/</jsonReportFolder>
63
<!--Optional - default - **/*.json -->
64
<jsonReportIncludePattern>**/cucumber.json</jsonReportIncludePattern>
65
- <!--Optional - default cucumber (can be one of: cucumber/karate)-->
+ <!--Optional - default cucumber (can be one of: cucumber/karate)-->
66
<type>cucumber</type>
67
+ <!--Optional - default 'Test run Test run dd MMM yyyy HH:mm:ss'-->
68
+ <runName>Custom test run name</runName>
69
</configuration>
70
</execution>
71
</executions>
0 commit comments