UNPKG

wdio-jasmine-framework

Version:

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