UNPKG

wdio-mocha-framework

Version:

A WebdriverIO plugin. Adapter for Mocha testing framework.

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