View Source LiveViewNativeTest.View (live_view_native v0.4.0-rc.0)

The struct for testing LiveViews.

The following public fields represent the LiveView:

  • id - The ViewTree id of the LiveView
  • module - The module of the running LiveView
  • pid - The Pid of the running LiveView
  • endpoint - The endpoint for the LiveView
  • target - The target to scope events to

See the LiveViewNativeTest documentation for usage.