TestcontainerEx.SeleniumContainer (testcontainer_ex v0.1.0)

Copy Markdown View Source

Work in progress. Not stable for use yet.

Summary

Types

t()

@type t() :: %TestcontainerEx.SeleniumContainer{
  check_image: term(),
  image: term(),
  port1: term(),
  port2: term(),
  reuse: term(),
  wait_timeout: term()
}

Functions

default_image()

new()

with_check_image(c, ci)

with_image(c, image)

with_port1(c, p)

with_port2(c, p)

with_reuse(c, reuse)

with_wait_timeout(c, t)