Closed buildreactive closed 10 months ago
I fail to see what is the problem
As I wrote above:
Unfortunately the plugin currently completely missed Wallaby feature tests – they just don't show up.
Phrasing it another way:
Wallaby tests are not detected by the ElixirLS plugin, and trying to execute them in VSCode does not work.
Here's a snapshot:
Sorry I don't know that lib and your report was a bit chaotic.
ElixirLS extracts test info from :ex_unit_tests
in :on_module
compile tracer https://github.com/elixir-lsp/elixir-ls/blob/724d1729436dbf503ba9be02e2158c340de6d68a/apps/language_server/lib/language_server/ex_unit_test_tracer.ex#L108. Maybe the test type filtering is too aggressive in https://github.com/elixir-lsp/elixir-ls/blob/724d1729436dbf503ba9be02e2158c340de6d68a/apps/language_server/lib/language_server/ex_unit_test_tracer.ex#L119
Feel free to create a PR fixing that
Discussed in https://github.com/elixir-wallaby/wallaby/discussions/717
Additional details Same problem here. May be an issue with ElixirLS plugin, which provides support for "Test discovery, running and debugging via Test Explorer." Might also be that Wallaby isn't providing test hinting... I've no idea which is the case.
Unfortunately the plugin currently completely missed Wallaby
feature
tests – they just don't show up.VSCode plugin details:
ElixirLS: Elixir support and debugger extension
Note: Cross posted issue to Wallaby as I've no idea if this is a plugin issue, or a Wallaby issue. https://github.com/elixir-wallaby/wallaby/issues/754