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 1c52e9c commit 4041677Copy full SHA for 4041677
release-notes/v6.0.0.md
@@ -65,7 +65,7 @@ The old html formatter has been replaced with an improved html formatter that
65
outputs the entire report as single file rather than a collection of files.
66
67
```java
68
-@CucumberOptions(plugin = "message:target/cucumber-report.html")
+@CucumberOptions(plugin = "html:target/cucumber-report.html")
69
```
70
71
Note: If you are already using the html formatter. Do not forget to append
0 commit comments