germsvel / phoenix_test

PhoenixTest provides a unified way of writing feature tests -- regardless of whether you're testing LiveView pages or static (non-LiveView) pages.
https://hex.pm/packages/phoenix_test
MIT License
181 stars 23 forks source link

Follow redirects on `visit` #41

Closed mattwynne closed 8 months ago

mattwynne commented 8 months ago

It would be useful, say for testing a page that requires authentication, to have visit follow redirects.

germsvel commented 8 months ago

Thanks for opening the issue Matt! I definitely think we should add this.