Skip to content

Commit 29312d0

Browse files
committed
Chore: update types
1 parent 17410c4 commit 29312d0

23 files changed

+1391
-1789
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For documentation on visual testing with WebdriverIO, please refer to the [docs]
1515
This module now supports Storybook with a new Visual Runner. This runner automatically scans for a local/remote storybook instance and will create element screenshots of each component. This can be done by adding
1616

1717
```ts
18-
export const config: Options.Testrunner = {
18+
export const config: WebdriverIO.Config = {
1919
// ...
2020
services: ["visual"],
2121
// ....
@@ -37,7 +37,7 @@ It will use Chrome in headless mode as the default browser.
3737
Service options can be provided like this
3838

3939
```ts
40-
export const config: Options.Testrunner = {
40+
export const config: WebdriverIO.Config = {
4141
// ...
4242
services: [
4343
[

0 commit comments

Comments
 (0)