UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

9 lines (7 loc) 206 B
// gh-10 var Fiber = require('fibers'); var title = process.title; Fiber(function() { process.title = 'pass'; }).run(); console.log(process.title === 'pass' || process.title === title ? 'pass' : 'fail');