You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Symfony can generate Docker Composer file, it is great.
If there is a Plan to integrate TestContainers or DevContainers automatically by detecting the libs in the project, like Spring Boot or Quarkus/Micronaut(I am a java developer most of the time)?
For example, the Database URL add a tc: prefix in the connection URL to activate TestContainers directly.
BTW, I noticed the Testcontainers started a PHP project, but the experience is not so good (it seems the project is only tested on Unix compatible system, I encountered connection issues under Windows), I think it was not widely used at the moment.
I found there are two Testcontainers PHP implementation projects:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, Symfony can generate Docker Composer file, it is great.
If there is a Plan to integrate TestContainers or DevContainers automatically by detecting the libs in the project, like Spring Boot or Quarkus/Micronaut(I am a java developer most of the time)?
For example, the Database URL add a
tc:
prefix in the connection URL to activate TestContainers directly.BTW, I noticed the Testcontainers started a PHP project, but the experience is not so good (it seems the project is only tested on Unix compatible system, I encountered connection issues under Windows), I think it was not widely used at the moment.
I found there are two Testcontainers PHP implementation projects:
Beta Was this translation helpful? Give feedback.
All reactions