it('custom wdio', () => {
        global.____wdio.customWdio.start = new Date().getTime()
        browser.customWdio(1).should.be.equal(2)
        global.____wdio.customWdio.end = new Date().getTime()
    })