afterEach(() => {
        const start = new Date().getTime()
        browser.command().should.be.equal('foo')
        global._____wdio.afterEach = new Date().getTime() - start
    })