phoenix_test icon indicating copy to clipboard operation
phoenix_test copied to clipboard

Add credo NoOpenBrowser check

Open ftes opened this issue 9 months ago • 1 comments

resolves #95

This should work - using on a different project. Haven't thought about how to unit test this.

ftes avatar Apr 11 '25 12:04 ftes

I've added tests. Notes:

  • bad: also reports on other open_browser calls (import Phoenix.LiveViewTest, defp open_browser(conn))

So it gets the job done for most cases, but could be improved.

ftes avatar Apr 11 '25 13:04 ftes

@ftes thanks for all the work on this. I'm going to rebase this branch and get it merged.

germsvel avatar Sep 16 '25 07:09 germsvel