UNPKG

wdio-workflo-jasmine-framework

Version:

This is a customized version of wdio-jasmine-framework for use with workflo framework.

12 lines (10 loc) 297 B
global.______wdio = {} describe('sample test', () => { it('foo', () => { const start = new Date().getTime() return browser.command().then((result) => { expect(result).toBe('foo') global.______wdio.it = new Date().getTime() - start }) }) })