nvim-neotest / neotest

An extensible framework for interacting with tests within NeoVim.
MIT License
2.41k stars 121 forks source link

Jump to next failed over all project #263

Open rndev-io opened 1 year ago

rndev-io commented 1 year ago

Command require("neotest").jump.next({ status = "failed" }) jump only failed test in current file. Is the way to jump to the next failed test across all tests in project?

Scenario:

  1. Make some changes
  2. Run all tests with require("neotest").run.run({suite=true})
  3. Tests fails in different modules
  4. Jump to failed tests one by one (how?) and fixing
petrenkorf commented 8 months ago

Hi @rusnasonov, I'm also looking for a way to achieve this, have you found any working alternative?

rndev-io commented 7 months ago

nope =(