Running Aspire based E2E Tests in Gitlab CI/CD #9899
Replies: 4 comments 17 replies
-
What is the issue? |
Beta Was this translation helpful? Give feedback.
-
The Aspire TestHost shouldn't need that usually - it will default to running your applications as regular If you have something in your config that forces Aspire to Dockerize stuff, consider making that configurable through |
Beta Was this translation helpful? Give feedback.
-
I am having this issue as well and cannot get my integration tests to work in a dockerized Gitlab CI environment (I closed my #9921 when I found this). Based on other discussions, like @davidfowl comment |
Beta Was this translation helpful? Give feedback.
-
Personally, I bring up the Aspire App Host with a PowerShell script - then, when ready, I launch the Playwright container and execute the tests against the Aspire environment. It works perfectly - and this is all in a CI.CD environment and cross-platform Pwsh script. Do you want some suggestions on how to achieve this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone achieved something like that?
I know that @Aaronontheweb did that with https://github.com/petabridge/DrawTogether.NET on github-runner.
I am trying to replicate this setup with gitlab but i am really struggling with the Docker in Docker setup...
Beta Was this translation helpful? Give feedback.
All reactions