-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exit with Error code 199 when using protractor retry #13
Comments
Hi, Thanks for using our pkg. let s try to figure out your pb :) . few questions:
thanks, |
HI. Thank you for the quick response and retry package. When receiving this error I am executing the test in visual code with the following command I have never created a gist file before. Let me know if this works <script src="https://gist.github.com/christineedwards/fb76a76af118dbb9cc4333fdd81bedf0.js"></script>Thank you for the help |
this link https://gist.github.com/christineedwards/fb76a76af118dbb9cc4333fdd81bedf0 ok it seems similar to #8 Can you somehow try to add a DEBUG param in your node CLI in order to get more information, to get something like :
thanks |
I don't know how to add a DEBUG param to my node CLI. Are you saying to add this directly into the node_modules CLI file? |
try a
|
Sorry I am relatively new to this. Appreciate the help. Here is the new output <script src="https://gist.github.com/christineedwards/b4b0e329ec6de6fec6a7a6e34f8fcac1.js"></script>Christine |
Hi, Were you able to read the gist I attached to the previous message? |
Yeah, I was. Look like you run your script under windows, we never try that. I have to try on my side and see. |
Hi, Thank you, |
Not yet have a chance to try/reproduce it on a windows machine :(. I ll keep u posted. |
Please take this on priority if possible I am also looking out for solution to this |
Hi, |
hey Christine, couple of questions
|
ok so it maybe because we are using or it maybe the Either way, meaning that so far running the need to take a look at this pkg https://www.npmjs.com/package/cross-spawn |
Hi, [17:39:46] E/launcher - Error: TypeError: value.apply is not a function @dreuxl : Could you please assist |
@stemkar123 we did some fixes in the latest published version , please check if this fixed your issue |
protractor-retry on windows machine is supported?? |
Hi,
I looks like it does try to re-run the test but I am getting the following error. There is more to the error if you need to see it let me know. Any help would be greatly appreciated.
[12:14:36] E/launcher - spawn C:\Users\cedwar17\AppData\Roaming\npm\node_modules\protractor\bin\protractor ENOENT
[12:14:36] E/launcher - Error: spawn C:\Users\cedwar17\AppData\Roaming\npm\node_modules\protractor\bin\protractor ENOENT
at exports._errnoException (util.js:1016:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:189:19)
at onErrorNT (internal/child_process.js:366:16)
at _combinedTickCallback (internal/process/next_tick.js:102:11)
at process._tickCallback (internal/process/next_tick.js:161:9)
[12:14:36] E/launcher - Process exited with error code 199
Christine
The text was updated successfully, but these errors were encountered: