Module
Core
Testcontainers version
1.19.3
Using the latest Testcontainers version?
Yes
Host OS
Windows
Host Arch
x64
Docker version
What happened?
Placing a testcontainers.properties file at the root of the classpath should allow configuration of testcontainers.
For testcontainers.reuse.enabled and checks.disable this is not possible as these properties are checked using getEnvVarOrUserProperty (which ignores classpathProperties) instead of getEnvVarOrProperty.
Source code references:
Relevant log output
No response
Additional Information
No response