For phoenix_test_playwright, I want shared browser instances.
Browser pool, each test module has to wait for available browser in `setup_all`.
github.com/ftes/phoenix...
Have you seen/implemented something similar before?
#elixirlang
For phoenix_test_playwright, I want shared browser instances.
Browser pool, each test module has to wait for available browser in `setup_all`.
github.com/ftes/phoenix...
Have you seen/implemented something similar before?
#elixirlang
My backup talk is pretty much done. I'll be waiting in the bullpen at #ElixirConf 😅
My backup talk is pretty much done. I'll be waiting in the bullpen at #ElixirConf 😅
I want to have better alternative to ExCoveralls, ideally built in. Same for ExUnit reporting - built in JUnit XML output or with just compilation data - nice machine readable format that could be ingested by non-Elixir tooling
I want to have better alternative to ExCoveralls, ideally built in. Same for ExUnit reporting - built in JUnit XML output or with just compilation data - nice machine readable format that could be ingested by non-Elixir tooling
#ElixirLang #ElixirPhoenix #phoenix #testing
#ElixirLang #ElixirPhoenix #phoenix #testing
h/t @richardtaylor.dev who used this in our codebase, never seen it before!
hexdocs.pm/ex_unit/1.12...
h/t @richardtaylor.dev who used this in our codebase, never seen it before!
hexdocs.pm/ex_unit/1.12...
I’m a very dependency anxious user though, others are more adventurous!
I’m a very dependency anxious user though, others are more adventurous!
I'd like to do some cleanup for failed tests that use my custom ExUnit case, but I really don't want to define my own test macro.
Is there a way to query ExUnit for the state of a test from within its on_exit callback?
I'd like to do some cleanup for failed tests that use my custom ExUnit case, but I really don't want to define my own test macro.
Is there a way to query ExUnit for the state of a test from within its on_exit callback?
user_id = user.id
assert %{foo: ^user_id} = whatever
I wish I could do it in a single line:
assert %{foo: ^http://user.id} = whatever
#MyElixirStatus @elixir-lang.org
user_id = user.id
assert %{foo: ^user_id} = whatever
I wish I could do it in a single line:
assert %{foo: ^http://user.id} = whatever
#MyElixirStatus @elixir-lang.org
elixir-lang.org/blog/2024/1...
elixir-lang.org/blog/2024/1...