Tony Gorez
Tony Gorez
I'll take a look at this. I hope this day. Could you give the command to run to reproduce it?
I took a moment to comment on the logic responsible for spawning the process, and I ran the server manually, then I ran tests. Test coverage was broken on the...
Alternatives: https://github.com/vercel/hyper
https://github.com/microsoft/node-pty
A first good step should be to take a look at https://github.com/microsoft/node-pty, for example, and see if it's easy to spawn a command within and get the result programmatically.
Useful links: * https://www.npmjs.com/package/benchmark
Thanks a lot for this feedback @capitnflam. I have already extract a few points :) I have two remaining question marks: > Allowing to check the error output would be...
Okay @capitnflam, so regarding the streams you propose that I store both outputs somewhere and give access to them for debugging purposes? Otherwise, I want to abstract them as much...
Thanks a lot @capitnflam I just pushed an update. I prefer to handle the error code in an inline mode. I drop the debug mode atm.
Think we reach something!