-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
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.