Skip to content

Commit 6ea2c57

Browse files
authored
Update README.md
1 parent ddfc769 commit 6ea2c57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Full plugin configuration below, optional properties can be omitted
1919
<plugin>
2020
<groupId>com.assertthat.plugins</groupId>
2121
<artifactId>assertthat-bdd-maven-plugin</artifactId>
22-
<version>1.5</version>
22+
<version>1.6</version>
2323
<configuration>
2424
<projectId>
2525
<!--Jira project id e.g. 10001-->
@@ -68,6 +68,8 @@ Full plugin configuration below, optional properties can be omitted
6868
<type>cucumber</type>
6969
<!--Optional - default 'Test run Test run dd MMM yyyy HH:mm:ss'-->
7070
<runName>Custom test run name</runName>
71+
<!--Optional - Run metadata -->
72+
<metadata>{"env ":"uat ","build":"456"}</metadata>
7173
</configuration>
7274
</execution>
7375
</executions>

0 commit comments

Comments
 (0)