@@ -94,38 +94,39 @@ See the adapter's documentation for their specific setup instructions.
94
94
95
95
### Supported Runners
96
96
97
- | Test Runner | Adapter |
98
- | :---------------- | :------------------------------------------------------------------: |
99
- | pytest | [ neotest-python] ( https://github.com/nvim-neotest/neotest-python ) |
100
- | python-unittest | [ neotest-python] ( https://github.com/nvim-neotest/neotest-python ) |
101
- | plenary | [ neotest-plenary] ( https://github.com/nvim-neotest/neotest-plenary ) |
102
- | go | [ neotest-go] ( https://github.com/akinsho/neotest-go ) <br > [ neotest-golang] ( https://github.com/fredrikaverpil/neotest-golang ) |
103
- | jest | [ neotest-jest] ( https://github.com/haydenmeade/neotest-jest ) |
104
- | vitest | [ neotest-vitest] ( https://github.com/marilari88/neotest-vitest ) |
105
- | stenciljs | [ neotest-stenciljs] ( https://github.com/benelan/neotest-stenciljs ) |
106
- | playwright | [ neotest-playwright] ( https://github.com/thenbe/neotest-playwright ) |
107
- | rspec | [ neotest-rspec] ( https://github.com/olimorris/neotest-rspec ) |
108
- | minitest | [ neotest-minitest] ( https://github.com/zidhuss/neotest-minitest ) |
109
- | dart, flutter | [ neotest-dart] ( https://github.com/sidlatau/neotest-dart ) |
110
- | testthat | [ neotest-testthat] ( https://github.com/shunsambongi/neotest-testthat ) |
111
- | phpunit | [ neotest-phpunit] ( https://github.com/olimorris/neotest-phpunit ) |
112
- | pest | [ neotest-pest] ( https://github.com/V13Axel/neotest-pest ) |
113
- | rust (treesitter) | [ neotest-rust] ( https://github.com/rouge8/neotest-rust ) |
114
- | rust (LSP) | [ rustaceanvim] ( https://github.com/mrcjkb/rustaceanvim ) |
115
- | elixir | [ neotest-elixir] ( https://github.com/jfpedroza/neotest-elixir ) |
116
- | dotnet | [ neotest-dotnet] ( https://github.com/Issafalcon/neotest-dotnet ) |
117
- | scala | [ neotest-scala] ( https://github.com/stevanmilic/neotest-scala ) |
118
- | haskell | [ neotest-haskell] ( https://github.com/mrcjkb/neotest-haskell ) |
119
- | deno | [ neotest-deno] ( https://github.com/MarkEmmons/neotest-deno ) |
120
- | java | [ neotest-java] ( https://github.com/rcasia/neotest-java ) |
121
- | kotlin | [ neotest-kotlin] ( https://github.com/codymikol/neotest-kotlin.nvim ) |
122
- | foundry | [ neotest-foundry] ( https://github.com/llllvvuu/neotest-foundry ) |
123
- | zig | [ neotest-zig] ( https://github.com/lawrence-laz/neotest-zig ) |
124
- | c++ (google test) | [ neotest-gtest] ( https://github.com/alfaix/neotest-gtest ) |
125
- | gradle | [ neotest-gradle] ( https://github.com/weilbith/neotest-gradle ) |
126
- | bazel | [ neotest-bazel] ( https://github.com/sluongng/neotest-bazel ) |
127
- | bash | [ neotest-bash] ( https://github.com/rcasia/neotest-bash ) |
128
- | hardhat | [ neotest-hardhat] ( https://github.com/TheSnakeWitcher/hardhat.nvim ) |
97
+ | Test Runner | Adapter |
98
+ | :-------------------- | :-------------------------------------------------------------------------------------------------------------------------: |
99
+ | pytest | [ neotest-python] ( https://github.com/nvim-neotest/neotest-python ) |
100
+ | python-unittest | [ neotest-python] ( https://github.com/nvim-neotest/neotest-python ) |
101
+ | plenary | [ neotest-plenary] ( https://github.com/nvim-neotest/neotest-plenary ) |
102
+ | go | [ neotest-go] ( https://github.com/akinsho/neotest-go ) <br > [ neotest-golang] ( https://github.com/fredrikaverpil/neotest-golang ) |
103
+ | jest | [ neotest-jest] ( https://github.com/haydenmeade/neotest-jest ) |
104
+ | vitest | [ neotest-vitest] ( https://github.com/marilari88/neotest-vitest ) |
105
+ | stenciljs | [ neotest-stenciljs] ( https://github.com/benelan/neotest-stenciljs ) |
106
+ | playwright | [ neotest-playwright] ( https://github.com/thenbe/neotest-playwright ) |
107
+ | rspec | [ neotest-rspec] ( https://github.com/olimorris/neotest-rspec ) |
108
+ | minitest | [ neotest-minitest] ( https://github.com/zidhuss/neotest-minitest ) |
109
+ | dart, flutter | [ neotest-dart] ( https://github.com/sidlatau/neotest-dart ) |
110
+ | testthat | [ neotest-testthat] ( https://github.com/shunsambongi/neotest-testthat ) |
111
+ | phpunit | [ neotest-phpunit] ( https://github.com/olimorris/neotest-phpunit ) |
112
+ | pest | [ neotest-pest] ( https://github.com/V13Axel/neotest-pest ) |
113
+ | rust (treesitter) | [ neotest-rust] ( https://github.com/rouge8/neotest-rust ) |
114
+ | rust (LSP) | [ rustaceanvim] ( https://github.com/mrcjkb/rustaceanvim ) |
115
+ | elixir | [ neotest-elixir] ( https://github.com/jfpedroza/neotest-elixir ) |
116
+ | dotnet | [ neotest-dotnet] ( https://github.com/Issafalcon/neotest-dotnet ) |
117
+ | scala | [ neotest-scala] ( https://github.com/stevanmilic/neotest-scala ) |
118
+ | haskell | [ neotest-haskell] ( https://github.com/mrcjkb/neotest-haskell ) |
119
+ | deno | [ neotest-deno] ( https://github.com/MarkEmmons/neotest-deno ) |
120
+ | java | [ neotest-java] ( https://github.com/rcasia/neotest-java ) |
121
+ | kotlin | [ neotest-kotlin] ( https://github.com/codymikol/neotest-kotlin.nvim ) |
122
+ | foundry | [ neotest-foundry] ( https://github.com/llllvvuu/neotest-foundry ) |
123
+ | zig | [ neotest-zig] ( https://github.com/lawrence-laz/neotest-zig ) |
124
+ | c++ (google test) | [ neotest-gtest] ( https://github.com/alfaix/neotest-gtest ) |
125
+ | gradle | [ neotest-gradle] ( https://github.com/weilbith/neotest-gradle ) |
126
+ | bazel | [ neotest-bazel] ( https://github.com/sluongng/neotest-bazel ) |
127
+ | bash | [ neotest-bash] ( https://github.com/rcasia/neotest-bash ) |
128
+ | hardhat | [ neotest-hardhat] ( https://github.com/TheSnakeWitcher/hardhat.nvim ) |
129
+ | swift (Swift Testing) | [ neotest-swift-testing] ( https://github.com/mmllr/neotest-swift-testing ) |
129
130
130
131
For any runner without an adapter you can use [ neotest-vim-test] ( https://github.com/nvim-neotest/neotest-vim-test ) which supports any runner that vim-test supports.
131
132
The vim-test adapter does not support some of the more advanced features such as error locations or per-test output.
0 commit comments