-
### Describe the feature
Recently in Metals we added support for [test discover](https://github.com/scalameta/metals/pull/3277) so that we could support the [VS Code Testing API](https://vscode.tra…
-
**NeoVim Version**
$ nvim --version
NVIM v0.8.0-dev-2317-g5e98a4187
Build type: Release
LuaJIT 2.1.0-beta3
**Describe the bug**
After setup in init.vim, setting colorschema will remove highl…
-
**NeoVim Version**
0.7.2
**Describe the bug**
Using the neotest-dotnet adapter, running the sample dotnet NUnit tests (and all other frameworks) works really well with the latest changes. However…
-
Had trouble getting this adapter to find my tests and got the "no tests found" notification.
I checked the log, as mentioned in [this issue on neotest itself](https://github.com/nvim-neotest/neotes…
-
hey, thank you so much for this project, I'm so excited!!!
i'm wondering if there is an easy way for it not to depend upon omnisharp being attached to the buffer? with .fs files it wont trigger to …
-
I want to implement in [neotest-jest](https://github.com/haydenmeade/neotest-jest/issues/2) the possibility to capture and interpolate [dynamic tests](https://jestjs.io/es-ES/docs/api#testeachtablenam…
-
**NeoVim Version**
NVIM v0.8.0-dev-827-gb6a963bde
**Describe the bug**
When running jest parametrised tests as run whole file, plugin marks passed tests as failed, see:
![image](https://user-ima…
-
I'm not quite sure if this is reproducible in other machines.
## Reproduction
Install .NET 7 SDK
```
dotnet new xunit -n IssueRepro
```
Run `IssueRepro.UnitTest1.Test1`
## Expected be…
-
When I run C# tests, it says that they are all incorrect.
If I show the output, it says that the tests are correct.
Could it be a language issue? `dotnet` is showing the results in Spanish.
![i…
-
Hey! I just started looking into the Neotest library and was about to start working on an elixir adapter for it. Figured I'd do a search and found you had just begun one!
I'd love to help out, what…