Replies: 1 comment
-
Sorry, I realized the client application wasn't getting the address from the environment variables. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am experimenting a bit with Aspire Testing coupled with Playwright and I am getting a weird behavior.
This test only passes if I have the application running on the side of the stack created by the testing builder.
This is how the distributed application is built:
And, finally, this is the AppHost:
Ideally, I'd love the test to spin its own database container so that it doesn't pollute the one using at development time.
Here is the full repository: https://github.com/Kralizek/Todos
Beta Was this translation helpful? Give feedback.
All reactions