From 2cc517e54e30dc6a38435f3c09de1c21f9df61a7 Mon Sep 17 00:00:00 2001 From: Pascal Schmid Date: Sun, 3 Nov 2024 13:52:25 +0100 Subject: [PATCH] Add PhoenixTest link --- README.md | 1 + 1 file changed, 1 insertion(+) 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)