UNPKG

wdio-workflo-jasmine-framework

Version:

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

14 lines (11 loc) 229 B
describe('dummy test', () => { before(() => { }) it('sample test', () => { return browser.command().then((result) => { result.should.be.equal('foo') }) }) after(() => { }) })