UNPKG

wdio-allure-reporter

Version:

A WebdriverIO plugin. Report results in Allure format.

15 lines (11 loc) 390 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' ] } baseConfig.reporterOptions.allure.useCucumberStepReporter = true exports.config = baseConfig