Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Run Elm testsNew to Visual Studio Code? Get it now.
Run Elm tests

Run Elm tests

Frank Wagner

|
2,582 installs
| (0) | Free
Run Elm tests in VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Elm Test Runner

This project is deprecated.

An improved support for Test Explorer UI has been merged into: https://marketplace.visualstudio.com/items?itemName=Elmtooling.elm-ls-vscode (GitHub: https://github.com/elm-tooling/elm-language-client-vscode)

Running Elm tests in VS Code.

Features

  • Integrated with Test Explorer UI

    • Browse results and navigate to sources.
    • Show selected test result.
    • Automatically run tests on changes.
    • Run fewer tests (within the same file).
  • Optional: show progress in terminal.

  • Support locally installed elm-test/elm binaries (for Elm 0.19).

  • Support locally installed elm-make (for Elm 0.18).

CHANGES

0.9.10

  • Deprecation.
  • Last version.
  • Features moved to https://marketplace.visualstudio.com/items?itemName=Elmtooling.elm-ls-vscode

0.9.9

  • fixes for larger test suites
  • fixes for workspaces with multiple folders
  • speed up availability of test results in view

0.9.8

  • improvements for larger test suites

0.9.7

  • improved error handling, like missing elm-test binary, resolves #33
  • fix finding modules in sub folders, fixes #34

0.9.6

  • showing elm-test output in a terminal task is now optional
  • elm-test error details are shown as Test Explorer UI output

0.9.5

  • more accurate line information for nested tests
  • decorate test failures
  • show test durations

0.9.1

  • only activate for projects with Elm files, fixes #29
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft