-
-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Pre-check
- I'm aware that I can edit the docs and submit a pull request
Describe the improvement
I'd like to report
- Unclear documentation
- A typo
- Missing documentation
- Other
Description of the improvement / report
I created a repository where I tried to reproduce the problems I found, when setting up visual testing: https://github.com/htho/wdio-repro-visual-service
I want to use formatImageName
with logName
.
As it turns out, I can set "wdio-ics:options".logName
for capabilities of any type.
This is awesome. But the documentation suggests that this is MultiRemote specific.
Since it isn't, the documentation should reflect that.
For reference, here is the place where I set it up: https://github.com/htho/wdio-repro-visual-service/blob/main/wdio.base.conf.ts#L12
And here is the place, where I use it successfully: https://github.com/htho/wdio-repro-visual-service/blob/main/wdio-formatImageName.conf.ts#L30