mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 05:50:20 +00:00
Options.services should be a string array (#18624)
Add an optional extended description…
This commit is contained in:
Vendored
+1
-1
@@ -421,7 +421,7 @@ declare namespace WebdriverIO {
|
||||
mochaOpts?: { [name: string]: any; };
|
||||
jasmineNodeOpts?: { [name: string]: any; };
|
||||
cucumberOpts?: { [name: string]: any; };
|
||||
services?: string | ((...args: any[]) => void);
|
||||
services?: string[] | ((...args: any[]) => void);
|
||||
screenshotPath?: string;
|
||||
specs?: string[];
|
||||
seleniumLogs?: string;
|
||||
|
||||
Reference in New Issue
Block a user