UNPKG

wdio-mocha-framework

Version:

A WebdriverIO plugin. Adapter for Mocha testing 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(() => { }) })