Add PhoenixTest link

This commit is contained in:
2024-11-03 13:52:25 +01:00
parent 284cb69138
commit 2cc517e54e

View File

@@ -33,6 +33,7 @@ Useful links for programming
- [library for writing integration tests and browser automation](https://hex.pm/packages/hound)
- [Power Assert in Elixir. Shows evaluation results each expression](https://hex.pm/packages/power_assert)
- [Lightweight server-side integration test functions for Phoenix. Optimized for Elixir Pipes and the existing Phoenix.ConnTest framework to emphasize both speed and readability](https://hex.pm/packages/phoenix_integration)
- [PhoenixTest provides a unified way of writing feature tests -- regardless of whether you're testing LiveView pages or static pages.](https://hexdocs.pm/phoenix_test/PhoenixTest.html)
### Nerves
- [Learn from Nerves apps written by experienced developers](https://github.com/szTheory/real-world-nerves)