Options.reporters should be a string array (#18758)

This commit is contained in:
rycornell
2017-08-08 14:16:47 -04:00
committed by Mohamed Hegazy
parent ed2d738bbb
commit b32b41f3a1

View File

@@ -412,7 +412,7 @@ declare namespace WebdriverIO {
port?: number;
path?: string;
plugins?: { [name: string]: any; };
reporters?: string | ((...args: any[]) => void);
reporters?: string[] | ((...args: any[]) => void);
reporterOptions?: { outputDir?: string; };
logLevel?: string;
maxInstances?: number;