This repository contains tests to be run with turbo mode
Since version Testcontainers Cloud v1.3.0 you can select the checkbox Turbo mode to enable the mode locally
git clone https://github.com/AtomicJar/testcontainers-cloud-turbo-mode-sample
cd testcontainers-cloud-turbo-mode-sample/
./gradlew test
ℹ️ You will see that the images are pulled for first time.
./gradlew cleanTest test
ℹ️ Sequential executions during the same session will re-use the cached docker images.
When you configured turbo mode for Testcontainers Cloud and your build tool, you should see multiple lease allocations in the connection tab of the Testcontainers Cloud application once you run your tests.