Options.services should be a string array (#18624)

Add an optional extended description…
This commit is contained in:
rycornell
2017-08-04 16:39:26 -07:00
committed by Sheetal Nandi
parent 72d1e73d61
commit aa9e285291
+1 -1
View File
@@ -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;