diff --git a/README.md b/README.md index d4e7637..575aa53 100644 --- a/README.md +++ b/README.md @@ -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)