Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jump to next failed over all project #263

Open
rusnasonov opened this issue Jun 16, 2023 · 2 comments
Open

Jump to next failed over all project #263

rusnasonov opened this issue Jun 16, 2023 · 2 comments

Comments

@rusnasonov
Copy link

rusnasonov commented Jun 16, 2023

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
Copy link

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

@rusnasonov
Copy link
Author

nope =(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants