UNPKG

wdio-mocha-framework

Version:

A WebdriverIO plugin. Adapter for Mocha testing framework.

36 lines (31 loc) 647 B
const NOOP = () => {} global.____wdio = { customWdio: {}, customWdioPromise: {}, customNativePromise: {}, customQPromise: {}, customWrapWdio: {}, customWrapWdioPromise: {}, customWrapTwoPromises: {}, customHandleWdioAsPromise: {} } export default { capabilities: { browserName: 'chrome' }, mochaOpts: { timeout: 5000 }, onPrepare: NOOP, before: NOOP, beforeSuite: NOOP, beforeHook: NOOP, afterHook: NOOP, beforeTest: NOOP, beforeCommand: NOOP, afterCommand: NOOP, afterTest: NOOP, afterSuite: NOOP, after: NOOP, onComplete: NOOP }