Skip to content

Commit 4041677

Browse files
committed
Update release-notes/v6.0.0
1 parent 1c52e9c commit 4041677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/v6.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The old html formatter has been replaced with an improved html formatter that
6565
outputs the entire report as single file rather than a collection of files.
6666

6767
```java
68-
@CucumberOptions(plugin = "message:target/cucumber-report.html")
68+
@CucumberOptions(plugin = "html:target/cucumber-report.html")
6969
```
7070

7171
Note: If you are already using the html formatter. Do not forget to append

0 commit comments

Comments
 (0)