TestcontainersSmokeTest

1

tests

0

failures

1

ignored

0.001s

duration

-

successful

Ignored tests

Testcontainers starts a container

Tests

Test Duration Result
Testcontainers starts a container - ignored

Standard output

Creating nstance of class de.hoennig.werkator.framework.TestcontainersSmokeTest
2026-09-03T12:35:03.937Z ERROR 146 --- [e-1465486279#32] o.t.d.DockerClientProviderStrategy       : Could not find a valid Docker environment. Please check configuration. Attempted configurations were:
	UnixSocketClientProviderStrategy: failed with exception InvalidConfigurationException (Could not find unix domain socket). Root cause NoSuchFileException (/var/run/docker.sock)
	DockerDesktopClientProviderStrategy: failed with exception NullPointerException (Cannot invoke "java.nio.file.Path.toString()" because the return value of "org.testcontainers.dockerclient.DockerDesktopClientProviderStrategy.getSocketPath()" is null)As no valid configuration was found, execution cannot continue.
See https://java.testcontainers.org/on_failure.html for more details.