TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Heyya v1.0.0 Elixir and Phoenix LiveView Snapshot Testing Library

9 pointsby eclark10 months ago

1 comment

eclark10 months ago
We&#x27;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:&#x2F;&#x2F;github.com&#x2F;batteries-included&#x2F;heyya">https:&#x2F;&#x2F;github.com&#x2F;batteries-included&#x2F;heyya</a> The Hex Docs are here: <a href="https:&#x2F;&#x2F;hexdocs.pm&#x2F;heyya&#x2F;readme.html" rel="nofollow">https:&#x2F;&#x2F;hexdocs.pm&#x2F;heyya&#x2F;readme.html</a>