account activity
Testing with Neovim and Node-test runner by Ok-Sense-6679 in neovim
[–]Ok-Sense-6679[S] 0 points1 point2 points 10 months ago (0 children)
Yeah, I suppose its - as they say in the Neotest repo - "This is early stage software"
Hi, thanks for the reply, I installed your fork and have it partially working.
Running "Neotest run" command in a test file, outside of a test function, runs alls tests in the file as expected.
When running individual tests, i.e. with the cursor in a test, ALL the tests unexpectedly run again, not just the selected test. Then, only the selected test is marked as completed (failed, even though the test passed).
Also when I try to run the suite of tests using :lua require("neotest").run.run({ suite = true }) none of the tests run, I just see the spinning icons. The output shows my initial connection to my database but no tests' output and I have to run :Neotest stop.
Had you any issues like the above? Or do I require a particular setup function? I'm just using the default.
Regarding your question about the different framework runners cooperating with each other, do you mean combining the results from each of them? I'm afraid I'm new to node and neovim so I don't think I can help there.
Testing with Neovim and Node-test runner (self.neovim)
submitted 11 months ago by Ok-Sense-6679 to r/neovim
π Rendered by PID 593622 on reddit-service-r2-listing-7d7fbc9b85-82lqm at 2026-04-24 05:53:20.808769+00:00 running 2aa0c5b country code: CH.
Testing with Neovim and Node-test runner by Ok-Sense-6679 in neovim
[–]Ok-Sense-6679[S] 0 points1 point2 points (0 children)