We're releasing `Heyya` our Elixir + Phoenix LiveView testing library v1.0.0 today. Heyya is a library that makes it easy to test HTML UI in Phoenix via some cool elixir metaprogramming. Features include:<p><pre><code> - Stateless component snapshot testing.
- Easier to use LiveView pipe-based view testing
- LiveComponent testing with automatic view hosting
- LiveView snapshot testing
</code></pre>
The GitHub Source is here: <a href="https://github.com/batteries-included/heyya">https://github.com/batteries-included/heyya</a>
The Hex Docs are here: <a href="https://hexdocs.pm/heyya/readme.html" rel="nofollow">https://hexdocs.pm/heyya/readme.html</a>