- Fix jump to tests for multi-workspace projects
- Change shortcut for running tests to CMD+SHIFT+I to avoid conflict with default keybinding
- Fix command bugs for Windows users (path validation with
\\
instead of/
) - Add all test commands with mix_test_watch library
- Add validation helper to make it simple to maintain
- Update README with Watch tests section
- Improve template on new test file
- Improve test jump structure
- Add configuration to focus on editor after running tests
- Add Keybindings to run test commands
- Add command to run all tests in folder
- Add
when
on keybindings
- Run test suite
- Add command to run test at cursor
- Add module definition to generated test files
- Update repository name to vscode-test-elixir
- Run all tests in current file
- Update extension into
elixir-test
- Create test file when it does not exist
- Add cmd + shift + j as keybinding
- Add warning when user tries to jump from a file without a matching test
- Fix the issue with files on the
lib
folder and umbrella apps
- Initial release