declare module NodeJS { interface Global { browser: WebdriverIO.Browser; scenarioContext: ScenarioContext; } }