in protractor.config.js [129:136]
function directoryExists(path) { try { return fs.statSync(path).isDirectory(); } catch (err) { return false; } }