describe('Test matching Tag found at Scenario', () => {
        before(async () => {
            global.browser = new WebdriverIO()
            const adapter = new CucumberAdapter(0, scenarioMatchConf, specs, {})
            global.browser.getPrototype = () => WebdriverIO.prototype