-
Notifications
You must be signed in to change notification settings - Fork 6
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
Test icon is missing in the sidebar #23
Comments
Please share an example repo where this happens |
Double checked in my other public repo - the same result. |
I think this happens because some Test Adapters are only activated when the test view is selected, but when you use native testing, the test view only becomes visible when some tests have been registered, creating a chicken-and-egg problem. |
In this case the test extension in the original comment's screenshot (#23 (comment)) activates on |
@connor4312 can you please give me a hint in which direction to debug that issue if it intended to work due to my screenshot? |
Not really sure what's going on here. But you could also try vscode-jest which is the significantly more widely-supported and adopted extension for Jest. |
My setup
Version: 1.61.2
Commit: 6cba118ac49a1b88332f312a8f67186f7f3c1643
Date: 2021-10-19T15:03:09.437Z
Electron: 13.5.1
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin arm64 21.1.0
Case 1.
![image](https://user-images.githubusercontent.com/24472685/140093045-d4f31e7d-9dcc-4f34-a9ba-460c2146a2c6.png)
When "testExplorer.useNativeTesting": true; the Test UI tab is not available at all with only Test Adapter Converter and Test Explorer UI extensions installed
Case 2.
However, when I additionally installed Jest Test Explorer it shows the Test UI tab but can't find any tests and asks to install test extension.
Case 3.
When "testExplorer.useNativeTesting": false; and all three extensions installed everything works except for native Test UI.
Please clarify what's wrong with my setup. Thanks in advance.
The text was updated successfully, but these errors were encountered: