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