Elixir TestA Visual Studio Code extension that helps you with your tests in Elixir! InstallationYou can install it through the Visual Studio Code Marketplace. OptionsThere are a few options that you can set for this extension under the
Example:
FeaturesElixir Test: JumpThis enables you to navigate back and forth between your elixir file and its test. The default keybinding is Elixir Test: Run all tests on fileThe default keybinding is Elixir Test: Run test at cursorThis one does the same as above, but for a single test. The default keybinding is Elixir Test: Run all tests in a folderThis one does the same as above, but for all tests within a folder. The default keybinding is Alternatively, right-click the folder in the Explorer and select Elixir Test: Run test suiteThis one does the same as above, but for the entire test suite. The default keybinding is Elixir Test: Run last commandThis one will run the last test command you ran from this extension. The default keybinding is Watch testsTo watch tests, you need to install mix_test_watch dependency. ContributingFeel free to suggest some new features or report bugs creating a new issue. Or even better, you can open a pull request! :smile: |