View Source API Reference testcontainers v1.2.8
Modules
The main entry point into Testcontainers.
Defines the contract that needs to be implemented by docker host strategies
Module for building Ceph container configurations.
Provides functionality for creating and managing MySQL container configurations.
Provides functionality for creating and managing Postgres container configurations.
Provides functionality for creating and managing Redis container configurations.
Work in progress. Not stable for use yet. Not yet documented for this very reason. Can use https://github.com/stuart/elixir-webdriver for client in tests
Facilitates the creation of a Postgres or MySql container for testing with Ecto.
Convenient macros to run containers within ExUnit tests.
Defines an abstraction on top of Elixir.Logger
Defines the protocol/interface for the wait strategies in Testcontainers
Considers a container ready as soon as a command runs successfully inside it.
Considers the container as ready as soon as a specific log message is detected in the container's log stream.
Considers the container as ready when it successfully accepts connections on the specified port.