vscode-elixir-test-explorer icon indicating copy to clipboard operation
vscode-elixir-test-explorer copied to clipboard

VSCode Elixir test explorer

Elixir Test Adapter

Requirements

Elixir version >= v1.11 (Line and file information was added in v1.11, so this extension won't work with earlier versions)

Features

Shows Elixir tests in a sidebar. Scans all your elixir projects in your workspace.

NOTE: It also works with a multi-workspace environment.

Settings

This extension contributes the following settings:

  • elixirTestExplorer.enable: enable/disable this extension

Elixir Test Explorer

Changelog

See Changelog here

Issues

Submit the issues if you find any bug or have any suggestion.

Contribution

Fork the repo and submit pull requests.