add sauceConnectOpts

This commit is contained in:
rycornell
2018-06-25 07:13:47 -04:00
committed by GitHub
parent f42945cd54
commit 7eb470966c

View File

@@ -440,6 +440,7 @@ declare namespace WebdriverIO {
// wdio-sauce-service specific
sauceConnect?: boolean;
sauceConnectOpts?: { [name: string]: any; };
// wdio-docker-service specific
dockerOptions?: { [name: string]: any; };