Skip to content

Commit 5da5878

Browse files
authored
docs(README): add neotest-swift-testing (#472)
Signed-off-by: Markus Müller <[email protected]>
1 parent 24b2e06 commit 5da5878

File tree

1 file changed

+33
-32
lines changed

1 file changed

+33
-32
lines changed

README.md

+33-32
Original file line numberDiff line numberDiff line change
@@ -94,38 +94,39 @@ See the adapter's documentation for their specific setup instructions.
9494

9595
### Supported Runners
9696

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) |
129130

130131
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.
131132
The vim-test adapter does not support some of the more advanced features such as error locations or per-test output.

0 commit comments

Comments
 (0)