Testcontainers.LogWaitStrategy (testcontainers v1.13.4)
View SourceConsiders the container as ready as soon as a specific log message is detected in the container's log stream.
Summary
Functions
Creates a new LogWaitStrategy. This strategy waits until a specific log message, matching the provided regex, appears in the container's log.