UNPKG

wdio-workflo-jasmine-framework

Version:

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

13 lines (11 loc) 272 B
global.______wdio = {} describe('sample test', () => { it('promise is resolved', () => { return new Promise(() => { throw new Error('fail test') }) }) it('fails on exception', () => { throw new Error('fail test') }) })