-
it.each([...])(...)
-
### Describe the bug
Nvim tree-sitter doesn't work in neotest plugin [adapter](https://github.com/nvim-neotest/neotest-go):
> query: invalid structure at position 1288 for language go
s…
-
The env setting defined in adapter settings is not used when running the get_config function in playwright.ts. This means that if any env vars are required inside the detected playwright conf file, th…
-
### :world_map: Background
I just setup elixir in neovim. Running tests with neotest works but debugging isn't working yet. I have test debugging working for C# but I'm guessing my dap setup could be…
-
I have the program
```python
import helper
helper.hello_world()
```
And the pytest test:
```python
import helper
def test_hello_world(capsys):
# Capture stdout using capsys
…
-
Currently the adapter relies on the gradle installation available in `PATH`.
Since Gradle has quite a few breaking changes between major releases, their recommendation is to run the Gradle Wrapper us…
-
### Problem
![image](https://github.com/Issafalcon/neotest-dotnet/assets/78646870/8099db84-a47d-4169-a097-b27ee7a1c018)
The error which is thrown in the assertion, is showing beside the `[Fact]` a…
-
There is some issue with the results interpreted by `neotest` from the `neotest-java` adapter.
Whenever the test has a non-default package, e.g. `com.example.demo.service.TransferServiceTest` the res…
-
Every time there is a wrong expectation in the test, it will highlight on a wrong line. From what I noticed, it always highlights on the first line of the test/example. The correct behavior should hig…
-
When I run `lua require('neotest').run.run(vim.fn.expand('%'))` I get "No tests found". But if I run `:!ruby %` then the tests run and provide output.
Any help in figuring out what I am missing wo…