I would be great if .testcontainers.properties would be detected simply from classpath.
With that, the reuse option could be simply applied to all test databases at once.
It's somewhat problematic that the global reuse has to be enabled from home directory.
Because if one of my team mates checks out the project, it should be entirely configured, without having to read the some docs and eventually notice that everyone has to add his own .testcontainers property in his home path for getting the same test performance.
I would be great if
.testcontainers.propertieswould be detected simply from classpath.With that, the
reuseoption could be simply applied to all test databases at once.It's somewhat problematic that the global reuse has to be enabled from home directory.
Because if one of my team mates checks out the project, it should be entirely configured, without having to read the some docs and eventually notice that everyone has to add his own
.testcontainersproperty in his home path for getting the same test performance.