UNPKG

wdio-workflo-jasmine-framework

Version:

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

16 lines (13 loc) 365 B
global.fitwdio = {} describe('sample test', () => { it('foo', () => { const start = new Date().getTime() browser.pause() global.fitwdio.it = new Date().getTime() - start }) fit('bar', () => { const start = new Date().getTime() browser.pause() global.fitwdio.fit = new Date().getTime() - start }) })