-
My full Neotest config:
```lua
require('neotest').setup({
discovery = { enabled = false },
adapters = {
require('neotest-plenary'),
require('neotest-rust'),
require('neotest-j…
-
Hello!
First of all, thanks for all the work put into this plugin, it's great and I never want to run tests in a separate tmux pane ever again :)
On to the issue: I'm working on creating an adap…
-
Hello,
as i can see the path to the binary of phpunit seems to be hardcoded in init.lua file. Correct me if i am wrong :)
I would wish that i can define the path to the executable in the setup sec…
-
When I set `output.open_on_run = true`, I expected Neotest to open the output window after running a test, even if the test passes, but no window opened. Is this expected behavior?
This is my Neote…
-
Hey,
Here again :).
So in my work I regularly have nested projects. For example a laravel installation, with a set of packages.
```php
LaravelRoot/
packages/
package1/
compose…
-
`lua require("neotest").output.open({ enter = true })` after running a test does not seem to work
It works with the `neotest-vim-test` adapter but not this one
-
Hi,
Very curious about using this. However I cannot seem to make it work. Always receiving `No tests found`
I have a composer(laravel) project with `phpunit.xml` and `composer.json` in the root.…
-
I just tried the plugin and really like it, doesn't have flickering issues like the previous plugin I was using. However the look of the floating is kind of strange, I used to have options like: `focu…
-
Sorry for the silly issue, but I thought it would be best to let you know:
```lua
use({
'nvim-neotest/neotest',
requires = {
...,
'olimorris/neotest-rspec',
} --
-
Hello. I'm not sure what might have changed, but the plugin seem not to be working anymore. I'm seeing the following error when I try and run `:lua require('neotest').run.run()` on an Rspec file:
`…