I'd need my integration tests to launch a bash com...
# random
e
I'd need my integration tests to launch a bash command at begin, that doesn't return, and stop it at the end (ie ctrl+c) Is there already something out-of-the-box available for this?
h
Can't you launch it from a coroutine in beforeTest() and cancel that coroutine in afterTest()?
👍 1