describe('CucumberAdapter executes hooks using WDIO commands', () => {
    before(async () => {
        global.browser = new WebdriverIO()
        global.browser.options = {}
        const adapter = new CucumberAdapter(0, configWDIOCommands, specs, configWDIOCommands.capabilities)