testcontainers-cloud-java-example

The current repository helps you to verify that you configured your Testcontainers Cloud agent correctly in your local environment. To bootstrap an actual project, please refer to the Testcontainers Java Quickstart.

Clone the repository and run the first Testcontainer test suite

git clone https://github.com/AtomicJar/testcontainers-cloud-java-example
cd testcontainers-cloud-java-example
./mvnw test

Verify the agent is running

Passive State: Agent awaiting a Testcontainers test to be executed.

agent-running

Running State: Agent connected to Testcontainers Cloud.

agent-running

⚠️ Stopped State: Agent is stopped and will not accept connections.

Please, Start the agent to continue.

agent-stopped

To download the agent for local usage, check the download page here.

Run the test suite

./mvnw test

Your environment is correctly configured if

Test output:

success

Agent status:

agent-running