Skip to content

Commit b4488a0

Browse files
committed
chore: update docs
1 parent fe3cf04 commit b4488a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ multipleCucumberHtmlReporter.attach(browser.screenshot(), 'image/png');
4141
but you need to add an extra `hookType`, which is a string. For the `before`-hook you use the string `before` and for the `after`-hook you can use the string `after`.
4242
See the examples below
4343

44+
> **Keep in mind this is only for the `before|after`-hooks, if you add them in steps you will mess up your own report**
4445
4546
```js
4647
import multipleCucumberHtmlReporter from 'wdio-multiple-cucumber-html-reporter';

0 commit comments

Comments
 (0)