Closed alexrodriguez closed 1 year ago
Hey Alex š thanks for reaching out :)
That issue might be a pending Testcontainers issue to support Compose v2, see:
I assume the underscore de8cbjkxk6bq_database_1
may be the issue here.
Are you using the latest state on the main
branch? I've added there .withOptions("--compatibility")
to the AbstractWebTest
class and the DockerCompose setup, which should do the trick.
Hey,
Thanks for the assist... I was working of the master
branch... changing to main
solves the problem. Thanks again, and keep the good content coming. I appreciate it.
Hello,
First let me thank you for the course content. I enjoyed it very much. I'm having an issue with DockerComposeContainer and I hope you can help me.
My environment:
The issue is while running web-tests both ReviewCreationWT and ReviewCreationPageObjectsWT fail with the following error:
Thanks for your help!