-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
support built-in test explorer #270
Comments
The API has changed a lot since. I have to start from scratch. |
Just in case if you want to try out the vscode native test UI. Set the following settings in settings.json.
This will use the native test UI and you will be able to use most of it's features. |
I see, so the UI is decoupled from the API: https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer#migrating-to-native-testing |
I believe Microsoft provided test adapter converter extensions. Test Explorer UI is depend on that to enable native UI. |
Added new activation events to support |
I think I'm seeing this behaviour (Test explorer flask icon disappears when switching on native UI) using v3.6.30 with Test Explorer UI 2.21.1, can anyone reproduce |
There is a PR waiting to be approved will fix this. |
Oops, I missed this, sorry. |
Test duration doesn't seem to get updated after the first run. Does that also happen for you guys? Is it a VSCode problem? |
If it is updated while Out of scope, sorry. BTW I'm working on the native vscode test api which will open the window for new features but also misses some. I'm not sure how I should proceed. |
No it's with the native Test UI. Apparently the next features are:
|
I haven't expressed my self well. Currently this extension is built upon Therefore anything working with Also there is an ongoing work to support the native api. |
Dear User(s), Version 4+ has been release. Hoping it makes this issue resolved. |
This issue is to track support for the new built-in Test Explorer: https://code.visualstudio.com/updates/v1_59#_testing-apis
I saw there's a branch already: https://github.com/matepek/vscode-catch2-test-adapter/compare/vscode-insider-proposed-test-api
The text was updated successfully, but these errors were encountered: