UNPKG

wdio-allure-reporter

Version:

A WebdriverIO plugin. Report results in Allure format.

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