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:
Make some changes
Run all tests with require("neotest").run.run({suite=true})
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:
require("neotest").run.run({suite=true})