afterTest: (...args) => {
        global.___wdio.afterTest.start = new Date().getTime()
        const defer = q.defer()
        setTimeout(() => {
            global.___wdio.afterTest.end = new Date().getTime()