Merge pull request #19898 from robertorobles/patch-1

Change hostname to host
This commit is contained in:
Benjamin Lichtman
2017-09-20 08:38:30 -07:00
committed by GitHub

View File

@@ -406,7 +406,7 @@ declare namespace WebdriverIO {
desiredCapabilities?: DesiredCapabilities;
exclude?: string[];
framework?: string;
hostname?: string;
host?: string;
isWDIO?: boolean;
protocol?: string;
port?: number;