yahoo / protractor-retry

Use protractor features to automatically re-run failed tests with a specific configurable number of attempts.
MIT License
28 stars 32 forks source link

Error: spawn EACCES when test retry on Jenkins #54

Open rochan opened 5 years ago

rochan commented 5 years ago

13:00:20 [21:00:20] E/launcher - Error: { Error: spawn EACCES 13:00:20 at ChildProcess.spawn (internal/child_process.js:313:11) 13:00:20 at Object.exports.spawn (child_process.js:508:9) 13:00:20 at ui/node_modules/protractor-retry/lib/retry.js:151:38 13:00:20 at Function.promise (/ui/node_modules/q/q.js:702:9) 13:00:20 at /ui/node_modules/protractor-retry/lib/retry.js:150:18 13:00:20 at Promise.apply (/ui/node_modules/q/q.js:1185:26) 13:00:20 at Promise.promise.promiseDispatch (/ui/node_modules/q/q.js:808:41) 13:00:20 at /ui/node_modules/q/q.js:1411:14 13:00:20 at runSingle (/ui/node_modules/q/q.js:137:13) 13:00:20 at flush (/ui/node_modules/q/q.js:125:13) errno: 'EACCES', code: 'EACCES', syscall: 'spawn' } 13:00:20 [21:00:20] E/launcher - Process exited with error code 1 13:00:20 An unexpected error occurred: undefined

dreuxl commented 5 years ago

?

Ashadeepa commented 3 years ago

We still get this issue. Had this been resolved lately?