-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Using DockerComposeContainer in kotlin? #1010
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Try something like this:
|
@jeffzoch thanks for guidance. I've created following snippet:
|
willianantunes
added a commit
to willianantunes/kotlin-playground
that referenced
this issue
Mar 22, 2020
It's important to mention that I had to use an old version. Details: - testcontainers/testcontainers-java#1010 - testcontainers/testcontainers-java#1497
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to write test in kotlin + junit5 with docker compose
var environment: DockerComposeContainer<*> = DockerComposeContainer(mutableListOf(File("src/test/kotlin/resources/docker-compose.yml")))
Unfortunately I'm getting:
Did anyone got same error?
The text was updated successfully, but these errors were encountered: