Add component + hosting integration testing #937
Labels
area-app-model
Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
testing ☑️
Milestone
We should add some integration tests which cover off spinning up a container for component X and connecting to it from within a service.
For example, we should have an integration test project which spins up all the containers we possibly can and connects to them from a service as part of a test run. The test might take a bunch of resources (memory/cpu time) but I don't think we have anything that would detect if things broke right now.
a rough sketch of what it could look like today:
I'm putting this under "area-app-model" for now because the hard part is automating the first part. Once we have a test which spins up the AppHost, adding the component part to the test is trivial.
cc @mitchdenny
The text was updated successfully, but these errors were encountered: