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
- Host: GitHub
- URL: https://github.com/adamzapasnik/vscode-elixir-test-explorer
- Owner: adamzapasnik
- Created: 2021-01-04T16:43:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T23:05:14.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T03:14:50.343Z (almost 3 years ago)
- Topics: elixir, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 369 KB
- Stars: 16
- Watchers: 1
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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

## 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.