# `Plushie.Test.Screenshot`
[🔗](https://github.com/plushie-ui/plushie-elixir/blob/v0.6.0/lib/plushie/test/screenshot.ex#L1)

Test helpers for screenshot golden-file assertions.

# `t`

```elixir
@type t() :: Plushie.Automation.Screenshot.t()
```

# `assert_match`

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

# `from_response`

# `save_png`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
