Replies: 1 comment 5 replies
-
Hey! This is really neat! Thanks for sharing! I'm totally open to edit the current test explorer to make something like this work. Ideally it would allow for whatever type of extensability someone wants while also retaining the existing core functionality. So yea, whether that adding a new function or slightly changing some of the existing ones (as long as what is currently being done can still work), then yea I'm fine. Feel free to shoot in a draft PR or something with some ideas. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've been toying with integrated test results when running them using the dap integration:
Screen.Recording.2023-04-27.at.19.35.28.mov
The fact that the test explorer knows everything about test suites makes this much more robust and easy to code than parsing the test names in opened buffers (which is what I did before). I guess I could use a custom handler and duplicate what is done in test_explorer.lua, but it seems a bit wasteful and not very resilient to metal updates. For my experiment I just added this line:
Would you be interested in modifying the test explorer code to make this kind of thing possible?
Beta Was this translation helpful? Give feedback.
All reactions