The Erlang Paris meetup is back! Come with your project and your questions to discuss. https://www.meetup.com/Erlang-Paris/events/276603063/ Programming Phoenix LiveView Beta Book is live!

Another approach to Testing Phoenix Controller + Plug setup

I came up with a way to test a Phoenix Controller’s plug call without regular requests tests (conn tests). By digging a little deeper into Phoenix.Controller.Pipeline & some minor meta-programming:

https://www.adiiyengar.com/blog/20210225/testing-phoenix-controller-plug-setup