UNPKG

wdio-allure-reporter

Version:

A WebdriverIO plugin. Report results in Allure format.

12 lines (9 loc) 327 B
var baseConfig = require('./wdio.conf.js').getConfig() baseConfig.framework = 'mocha' baseConfig.mochaOpts = { ui: 'bdd', timeout: 20000 } baseConfig.reporterOptions.allure.disableWebdriverStepsReporting = true baseConfig.reporterOptions.allure.disableWebdriverScreenshotsReporting = true exports.config = baseConfig