UNPKG

wdio-allure-reporter

Version:

A WebdriverIO plugin. Report results in Allure format.

13 lines (10 loc) 324 B
var baseConfig = require('./wdio.conf.js').getConfig() baseConfig.framework = 'cucumber' baseConfig.cucumberOpts = { timeout: 20000, require: ['test/fixtures/features/steps/passing-steps.js', 'test/fixtures/features/steps/hooks.js'], compiler: [ 'js:babel-register' ] } exports.config = baseConfig