beforeEach(() => {
        const start = new Date().getTime()
        return browser.command().then((result) => {
            result.should.be.equal('foo')
            global.______wdio.beforeEach = new Date().getTime() - start