UNPKG

wdio-jasmine-framework

Version:

A WebdriverIO plugin. Adapter for Jasmine testing 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 }) }) })