vorpal icon indicating copy to clipboard operation
vorpal copied to clipboard

Question: Testing interactive CLIs

Open ORESoftware opened this issue 5 years ago • 2 comments

How does Vorpal test interactive CLIs? what tool(s) do you use? thanks

ORESoftware avatar Jul 15 '18 21:07 ORESoftware

I assume a wrapper process launches the cli tool as a child process, and then listens for stdout from the child and then sends the child appropriate stdin at the appropriate time.

ORESoftware avatar Jul 15 '18 21:07 ORESoftware

like this? https://github.com/popomore/coffee

channg avatar Jul 22 '18 15:07 channg