Replies: 4 comments
-
We would love to have better integration with VS Code... however so far it's just wishful thinking. As far as I can tell so far no one investigated how much work it would be to set it up 😅 we would certainly welcome a contribution in this direction 🤗 |
Beta Was this translation helpful? Give feedback.
-
I have given it a try.. |
Beta Was this translation helpful? Give feedback.
-
I've also given it a try: It integrates with Test Explorer UI, very limited atm but it should be a starting point for further work. |
Beta Was this translation helpful? Give feedback.
-
I think the most useful integration point is being able to set breakpoints while running tests for quick debugging and interation. I had this working when using the snowpack plugin usinga normal attach debugger profile and watch mode but am having this trouble using just esbuild. The debugger attaches but when a breakpoint is hit, the test stops running but no visible changes occur in VS Code. Will debug more later; it may be an issue with WTR's esbuild config... |
Beta Was this translation helpful? Give feedback.
-
Thank you for this great test runner.
Is there an existing or planned VS Code extension to better integrate WTR with VS Code for running and debugging tests as well as reporting in VS Code problems window?
Beta Was this translation helpful? Give feedback.
All reactions