testcontainers / testcontainers-java

Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
https://testcontainers.org
MIT License
8.04k stars 1.66k forks source link

Gcmodule cloud storage emulator #9551

Open etrandafir93 opened 1 day ago

etrandafir93 commented 1 day ago

I’ve used the Google Cloud Storage emulator provided by fsouza/fake-gcs-server, and I think it can be a good addition to the GC module. I pushed what I had in mind to this branch.