An open API service indexing awesome lists of open source software.

https://github.com/adamzapasnik/vscode-elixir-test-explorer

VSCode Elixir test explorer
https://github.com/adamzapasnik/vscode-elixir-test-explorer

elixir vscode-extension

Last synced: 10 months ago
JSON representation

VSCode Elixir test explorer

Awesome Lists containing this project

README

          

# 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](./images/screenshot.png)

## Changelog

See Changelog [here](CHANGELOG.md)

## Issues

Submit the [issues](https://github.com/adamzapasnik/vscode-elixir-test-explorer/issues) if you find any bug or have any suggestion.

## Contribution

Fork the [repo](https://github.com/adamzapasnik/vscode-elixir-test-explorer) and submit pull requests.