Using assert_cmd to create integration test simulating user input in the stdin doesn't work with dialoguer throwing an error of "no terminal". This issue is intended to find a way to make these tests (using the current test dependencies or new ones) so we don't leave this features untested.
Using
assert_cmd
to create integration test simulating user input in the stdin doesn't work withdialoguer
throwing an error of "no terminal". This issue is intended to find a way to make these tests (using the current test dependencies or new ones) so we don't leave this features untested.