UNPKG

wdio-workflo-jasmine-framework

Version:

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

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