webdriverio/wdio-mocha-framework

View on GitHub
test/fixtures/error.handling.promise.spec.js

Summary

Maintainability
A
2 hrs
Test Coverage
describe('dummy test', () => {
    before(() => {
    })

    it('sample test', () => {
        browser.command().should.be.equal('foo')
    })

    after(() => {
    })
})