mkorpela / pabot

Parallel executor for Robot Framework test cases.
https://pabot.org
Apache License 2.0
475 stars 152 forks source link

Watch mode #490

Open mkorpela opened 2 years ago

mkorpela commented 2 years ago

Add watch mode

stonux commented 2 years ago

To look at intermediate results, I use the following command in power shell (cmd may also work with backslashes): type pabot_results/*/robot_stdout.out

I also would like to watch who is holding which lock, who is waiting for them and what parallel values are shared among the processes. The non plus ultra would be a scrolling time graph with bars. Would make solving syncing issues much easier.

Or what do you mean with "watch mode"?