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