Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Support disabling of native testing UI #182106

Closed
cdaringe opened this issue May 10, 2023 · 2 comments
Closed

RFC: Support disabling of native testing UI #182106

cdaringe opened this issue May 10, 2023 · 2 comments
Assignees
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@cdaringe
Copy link

Problem

VSCode native testing prompts incorrectly render up in my .spec. files, but the native testing prompts do not work for my test setup, yielding the false impression that the "run test" green arrow can actually do anything of value.

image

Instead, I use firsttris/vscode-jest-runner#312 for my tests (shown above the describe block).

Discussion

If a project does not want VSCode native testing, can we support removing it from the UI entirely, via configuration?

@cdaringe cdaringe changed the title RFC: Support disabling of native testing UI and testExplorer RFC: Support disabling of native testing UI May 10, 2023
@connor4312 connor4312 added the *caused-by-extension Issue identified to be caused by an extension label May 10, 2023
@connor4312
Copy link
Member

Test metadata is provided by extensions. you'll want to open an issue on whatever extension is adding those tests.

@vscodenpa
Copy link

This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. If you don't know which extension is causing the problem, you can run Help: Start extension bisect from the command palette (F1) to help identify the problem extension.

Happy Coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale May 10, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jun 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

3 participants