anhari / vscode-test

Test runner for VS Code
MIT License
4 stars 2 forks source link
elixir exunit minitest rails rspec ruby testing-tools vscode vscode-extension

vscode-test

Goal: run tests for any language using a plug and play system. Inspired by vim-test.

Features

Supported Languages

Commands

Extension Settings

This extension contributes the following settings:

You can specify any test settings that might be specific for a given project by defining these settings in ~/your_project_root/.vscode/settings.json.

Known Issues

VS Code doesn't seem to support waiting for a terminal to be successfully created before tying to send it some text, so you may need to run your first test twice as a result.

Release Notes

TBD.