Skip to content

Commit

Permalink
Merge pull request #7 from fredrikaverpil/patch-1
Browse files Browse the repository at this point in the history
docs: add some nuance
  • Loading branch information
quolpr committed Jul 1, 2024
2 parents 5eebfbe + 016cb36 commit 0368931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ I like using Neotest, but there are several features that I really miss:

1. Ability to reset test results with each run.
2. Automatically force open a popup when running test, or keep it in split view if split is opened.
3. Stability and performance are not as good as desired. Neotest parses the entire codebase to find tests(correct me if I am wrong), which slows down Neovim.
3. Stability and performance are not as good as desired. Neotest parses the entire codebase to find tests (unless `discovery.enable = false` is configured), which slows down Neovim.
4. I would appreciate better feedback, such as displaying a timer to show how long the test is running.
5. I want to see test results as they happen, line by line, not just at the end.
6. Make output to automatically scroll while the test is running.
Expand Down

0 comments on commit 0368931

Please sign in to comment.