Phoenix LiveView v0.14.8 Phoenix.LiveViewTest.View View Source
The struct for testing LiveViews.
The following public fields represent the LiveView:
id- The DOM id of the LiveViewmodule- The module of the running LiveViewpid- The Pid of the running LiveViewendpoint- The endpoint for the LiveView
See the Phoenix.LiveViewTest documentation for usage.