connor4312 / nodejs-testing

VS Code integration for node:test native tests
MIT License
43 stars 6 forks source link

Do not automatically switch over to the Test Results pane #18

Closed NoelAbrahams closed 10 months ago

NoelAbrahams commented 10 months ago

The UX here is a bit of a problem. The scenario is when we have a TypeScript compiler watcher running on the Terminal pane.

So the workflow goes something like this:

image

I don't see a huge benefit in the info that is printed out on the Test Results pane, since the test explorer already shows things clearly enough.

Perhaps this could be configurable? eg showResultsPaneOnCompletion.

connor4312 commented 10 months ago

This is configurable with the testing.useTesting setting in VS Code

NoelAbrahams commented 10 months ago

@connor4312 what's the setting again? Can't seem to be able to find it:

image

NoelAbrahams commented 10 months ago

Never mind. Found it. It's testing.openTesting. Thanks.

connor4312 commented 10 months ago

sorry, typo'd, yep that's right