Filament.Test.LiveView
(filament v0.2.1)
Copy Markdown
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
endThis brings in Phoenix.LiveViewTest, ExUnit.Case, and the helpers below.