Then('custom command wrapping custom wdio', () => {
    global.____wdio.customWrapWdio.start = new Date().getTime()
    browser.customWrapWdio(1).should.be.equal(3)
    global.____wdio.customWrapWdio.end = new Date().getTime()
})