-
Hi,
I'm trying to make the switch from neotest-go to neotest-golang.
I've used this configuration:
```
return {
"nvim-neotest/neotest",
dependencies = {
"nvim-treesitter/nvi…
-
Hey,
big fan of the project!
I can not seem to get the REPL working properly for tests. For some reason I can not get the value for any variable that is declared in a function. I can however a…
-
Here is how to reproduce the problem:
- Delete all `nvim` files (.cache, .local/state, .local/share, .config, etc)
- Start a fresh .config/nvim directory
- Create this file (.config/nvim/init.lua):…
-
### Debug adapter definition and debug configuration
I have installed the plugin via [lazyvim](https://www.lazyvim.org/extras/dap/core) with some aditional configs:
```lua
local js_based_languages …
-
### Did you check docs and existing issues?
- [X] I have read the [documentation](https://github.com/fredrikaverpil/neotest-golang/blob/main/README.md).
- [X] I have searched the existing [issues](ht…
-
Using Neovim 0.10 and playwright 1.44.1
I select 'chromium' using `NeotestPlaywrightProject` then try to run playwright tests:
![image](https://github.com/thenbe/neotest-playwright/assets/210100…
-
Telescope installation is optional (and experimental), but causes the adapter to fail if it's not installed.
Could it be possible to throw error only if the option is enabled?
https://github.com…
-
Hey,
The debug adapter was not working for me. I looked around and adding
` cwd =utils.normalized_root(vim.loop.cwd()),
`
to the table returned by NeotestAdapter:_build_spec_for_executab…
-
Hi, When I use the gtest adapter, other adapters that I have just stop working (i.e. python adapter)
I suspect it is related to neotest version. What version do you use?
thanks
-
Using Neovim 0.10.
If I use a playwright config without `firefox` or `webkit`, running tests complains about those projects not being found.
I select 'chromium' using NeotestPlaywrightProject th…