-
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…
-
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):…
-
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…
-
### 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…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Occasionally encountering the error `[LSP][dartls] timeout`, LSP is unable to perform code fo…
-
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…
-
Subscribe to this issue and stay notified about new [daily trending repos in Lua](https://github.com/trending/lua?since=daily).
-
Hi,
When attempting to run tests under `describe('group')` by pressing `r` on `group`, all tests are skipped automatically.
However, run tests under `describe('api')` by pressing `r` on `api`…