UNPKG

wdio-jasmine-framework

Version:

A WebdriverIO plugin. Adapter for Jasmine testing framework.

12 lines (9 loc) 176 B
describe('dummy test', () => { beforeAll(() => { }) it('sample test', () => { expect(browser.command()).toBe('foo') }) afterAll(() => { }) })