Plushie.Test.Screenshot (Plushie v0.6.0)

Copy Markdown View Source

Test helpers for screenshot golden-file assertions.

Summary

Types

Functions

assert_match(screenshot, golden_dir)

@spec assert_match(
  screenshot :: Plushie.Automation.Screenshot.t(),
  golden_dir :: String.t()
) :: :ok

from_response(msg, format \\ :msgpack, backend \\ nil)

See Plushie.Automation.Screenshot.from_response/3.

save_png(screenshot, path)

See Plushie.Automation.Screenshot.save_png/2.