UNPKG

wdio-jasmine-framework

Version:

A WebdriverIO plugin. Adapter for Jasmine testing framework.

18 lines (13 loc) 234 B
describe('dummy test', () => { beforeAll(() => { }) beforeEach(() => { }) it('sample test', () => { expect(browser.command(1)).toBe(2) }) afterEach(() => { }) afterAll(() => { }) })