vscode-test-explorer icon indicating copy to clipboard operation
vscode-test-explorer copied to clipboard

The VS Code Test Explorer extension

Results 74 vscode-test-explorer issues
Sort by recently updated
recently updated
newest added

When the description of the test case contains multiple rows it is aligned to the center. It results a hardly readable view: ![image](https://user-images.githubusercontent.com/8402823/195530368-e2136ab5-5c99-470b-8a6a-49bab54de402.png) Please check this issue for me. Thanks...

In ReSharper there is an option to repeat a test (or collection of tests) until it fails. It would be nice if such an option would be available in the...

Hi, it would be great to have tap support... https://node-tap.org/

adapter request

Thanks for creating this awesome extension! Currently, only the README mentions deprecation of the extension in favor of native VsCode feature. So changing name is really a great way to...

This PR is a bit tongue in cheek, I spent quite a bit of time migrating to the native version, in part due to this text of deprecation. The native...

Text explorer version: v2.21.1 VSCode version: 1.63.1 OS: macOS Test explorer seems to consistently display the test output with extra new lines in the peek view for Go projects using...

Some of the icons used by this extension are forked from the vscode ones. This PR update these icons with the [July update](https://code.visualstudio.com/updates/v1_37) ones and try to keep the same...

The option allows to automatically saving all modified files whenever a test run is started. For compatibility purposes, the default value is false, to keep the current behavior.

My hierarchical test suite has hundreds of tests. It would be nice to have, in the explorer UI, a count of tests in the sub-tree for each line (to the...

I really wanted to be able to run/debug from the test explorer context menu, and also show source when I clicked on tests. The second one is an amenity, and...