# `Filament.Test.LiveView`

Rung 4 test helpers for Filament components running in a full LiveView.

Usage in a test module:

    defmodule MyFeatureTest do
      use Filament.Test.LiveView, endpoint: MyApp.Endpoint
    end

This brings in Phoenix.LiveViewTest, ExUnit.Case, and the helpers below.

---

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