Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Output buffering when using multiCapabilities #2985

Closed
jendagroovy opened this issue Feb 29, 2016 · 2 comments
Closed

Output buffering when using multiCapabilities #2985

jendagroovy opened this issue Feb 29, 2016 · 2 comments

Comments

@jendagroovy
Copy link

Hi,

When using multiCapabilities, the protractor process gets forked and the output of the subprocesses is buffered. The buffer is flushed to terminal only after an error or after the task finishes.

I didn't really like this, as I wanted to monitor the test execution in my test automation in real time, so I hacked my protractor to flush buffers immediately after every output.

Would you consider it a good idea to make something like this into a proper, configurable feature of protractor?

Best regards,
Jan

@NickTomlin
Copy link
Contributor

Hi Jan,

Could you please update your issue to follow the format of the issue template? Also, if you could add more description of how you'd like feature to function (input/output examples would be great). Thanks!

@heathkit
Copy link
Contributor

heathkit commented Sep 1, 2016

4.1.0 will add the --verboseMultiSessions flag, let me know how that works for you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants