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 ddfc769 commit 6ea2c57Copy full SHA for 6ea2c57
README.md
@@ -19,7 +19,7 @@ Full plugin configuration below, optional properties can be omitted
19
<plugin>
20
<groupId>com.assertthat.plugins</groupId>
21
<artifactId>assertthat-bdd-maven-plugin</artifactId>
22
- <version>1.5</version>
+ <version>1.6</version>
23
<configuration>
24
<projectId>
25
<!--Jira project id e.g. 10001-->
@@ -68,6 +68,8 @@ Full plugin configuration below, optional properties can be omitted
68
<type>cucumber</type>
69
<!--Optional - default 'Test run Test run dd MMM yyyy HH:mm:ss'-->
70
<runName>Custom test run name</runName>
71
+ <!--Optional - Run metadata -->
72
+ <metadata>{"env ":"uat ","build":"456"}</metadata>
73
</configuration>
74
</execution>
75
</executions>
0 commit comments