You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we will end up using this to be able to run/rerun a specific test without rerunning all tests.
This is especially interesting for GUI based tools like test explorers like https://github.com/frawa/vscode-elm-test-runner
The text was updated successfully, but these errors were encountered:
I'm new to Elm and loving the ecosystem with these awesome high-quality tools. I too would love to see this. In my case I'm looking at writing a neotest adapter for elm-test so you can run individual tests from Neovim. Very useful when you're focusing on making a small subset of tests pass. I imagine this would be useful for all editors that support targeted test execution.
elm-test-rs
implements--filter
I think we will end up using this to be able to run/rerun a specific test without rerunning all tests.
This is especially interesting for GUI based tools like test explorers like https://github.com/frawa/vscode-elm-test-runner
The text was updated successfully, but these errors were encountered: