Replies: 1 comment
-
Just ran into this use case. This will be most helpful! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goals
I would like to be able to run tests against a server without having to spin the server up separately and have to close it after the tests run.
Non-goals
Background
I have a
test
command that I want to run against a server that is on thestart
command. Using the newwith
flag, I configured it like so:Proposal
If I run
turbo run test
it should spin up the server using thestart
but should also close the server once thetest
is completedBeta Was this translation helpful? Give feedback.
All reactions