UNPKG

wdio-workflo-jasmine-framework

Version:

This is a customized version of wdio-jasmine-framework for use with workflo 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 }