Error on IntegrationTestsFixture and detect host configuration #1101
-
I'm running tests from CI/CD on AzureDevOps. I have two errors : "The following constructor parameters did not have matching fixture data: IntegrationTestsFixture fixture" and "Auto discovery did not detect a Docker host configuration". I don't know what happen, on my local computer test is ok. thanks for your help :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Are you running on a private CI agent? Does the CI agent contain a Docker runtime? This error message usually indicates that there is no Docker (container) runtime available. Please make sure Docker is installed. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Maybe I have to specify the DOCKER_HOST in .testcontainers.properties ? |
Beta Was this translation helpful? Give feedback.
So I found solution ! I add my user in sudo group and it's working :)