cadebward / vscode-elixir-test

visual studio code extension that helps interaction with elixir tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elixir Test

Build Status

A Visual Studio Code extension that helps you with your tests in Elixir!

Installation

You can install it through the Visual Studio Code Marketplace.

Features

Elixir Test: Jump

This enables you to navigate back and forth between your elixir file and its test.

The default keybinding is Cmd + Shift + J (macOS) and Ctrl + Shift + J (Linux/Windows)

Jump

Elixir Test: Run all tests on file

The default keybinding is Cmd + Shift + K, F (macOS) and Ctrl + Shift + K, F (Linux/Windows)

Run all tests on file

Elixir Test: Run test at cursor

This one does the same as above, but for a single test.

The default keybinding is Cmd + Shift + K, C (macOS) and Ctrl + Shift + K, C (Linux/Windows)

Elixir Test: Run all tests in a folder

This one does the same as above, but for all tests within a folder.

The default keybinding is Cmd + Shift + K, D (macOS) and Ctrl + Shift + K, D (Linux/Windows)

Alternatively, right-click the folder in the Explorer and select Elixir Test: Run all tests in a folder.

Elixir Test: Run test suite

This one does the same as above, but for the entire test suite.

The default keybinding is Cmd + Shift + K, S (macOS) and Ctrl + Shift + K, S (Linux/Windows)

Contributing

Feel free to suggest some new features or report bugs creating a new issue. Or even better, you can open a pull request! 😄

About

visual studio code extension that helps interaction with elixir tests

License:MIT License


Languages

Language:JavaScript 100.0%