-
I have configure neovim according to your configurations for go, python and javascript.
key mappings for dap works for go and python but it doesn't work for javascript.
In cheatsheet it shows the ke…
-
Hello. First of all, thanks for the amazing tool.
Are there plans to support the Boost.Test lib in the nearest future? Or if there are an limitations/issues with that, can you share the knowledge?
T…
yvef updated
6 months ago
-
Continuing the discussion from #349. I am currently writing an adapter for [busted](https://lunarmodules.github.io/busted/) and I want to write tests for it in busted as well. I can run tests in gener…
-
I noticed the behavior of parser to discover the position of test only supports a string in `describe(string)`. It will not work if we have the real class name like this example below:
```js
descr…
-
### 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…
-
- The output shows the test passed (with some warnings)
- Yet the test is reported as failed
Funny thing:
- When debugging the test, I have the right report status (success)
How can I troubles…
-
![image](https://github.com/thenbe/neotest-playwright/assets/36803168/632a17b2-a22c-4252-96bb-01f8b2e2d1d0)
-
Related to #7
We are now relying on Treesitter to get test positions. But the LSP outline event has the more correct information about test names and positions, so we should prefer that info. That…
-
### Is your feature request related to a problem? Please describe.
Hi! great plugin!
Currently there's no option to disable the log mechanism. Personally, I don't care about the logs of a UI enhan…
-
What is the proper way to specify some static environment variables to set when running a test for a single workspace?