const adapter = new CucumberAdapter('0a', {
            cucumberOpts: {
                timeout: 5000,
                require: [path.join(__dirname, '/fixtures/sync-async-step-definition.js')]
            },