nixt
nixt copied to clipboard
expectations for long running processes
Hey, I really like this tool.
But I have a problem. I want to set expectations on stdout during a long running command (a command that serves a web application).
Right know I can just access the stdout after the run method has finished. But in my case the run method will never be finished, I want to kill the process after an assertion on the current output of the run command.
Is there a workaround?
Regards.
I too. 2 years to nothing kk