Replies: 1 comment 2 replies
-
Are you thinking about using the built in integration testing support, or something else? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my team we're discussing the possibility to run a suite of tests targeting an instance of our system running on the CI runner.
In previous projects, I was using an ad-hoc docker-compose file to spin the whole system via
docker compose up -d
, then run the tests and finally kill everything.Is there a way to have
dotnet run
return to the console when the AppHost has complete starting the system?Beta Was this translation helpful? Give feedback.
All reactions