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

windows runner #66

Closed Znakki closed 3 years ago

Znakki commented 5 years ago

support windows

anilreddy commented 4 years ago

I have tried your pull request locally it is failing with below error:

 Re-running tests , attempt :  1
 Re-running the following test files : C:\Users\tester\workspace\crew-consist-ui-automated-scripts\specs\find_crew_consist_spec.js

The system cannot find the path specified.
[11:00:15] E/launcher - spawn Files\nodejs-12.3.1\node.EXE ENOENT
[11:00:15] E/launcher - Error: spawn Files\nodejs-12.3.1\node.EXE ENOENT
    at notFoundError (C:\Users\tester\workspace\crew-consist-ui-automated-scripts\node_modules\protractor-retry\node_modules\cross-spawn\lib\enoent.js:6:26)
    at verifyENOENT (C:\Users\tester\workspace\crew-consist-ui-automated-scripts\node_modules\protractor-retry\node_modules\cross-spawn\lib\enoent.js:40:16)
    at ChildProcess.cp.emit (C:\Users\tester\workspace\crew-consist-ui-automated-scripts\node_modules\protractor-retry\node_modules\cross-spawn\lib\enoent.js:27:25)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
[11:00:15] E/launcher - Process exited with error code 199
>> The system cannot find the path specified.
Warning: Tests failed, protractor exited with code: 199 Use --force to continue.

Aborted due to warnings.
dreuxl commented 3 years ago

closed in favor on #84