-
-
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
Provide autorun support with the native testing API #324
Comments
Yeah, I'm missing that too. |
Yes, this is my only remaining big feature wish too. However, the way I understand it, it first needs support from VS Code, see microsoft/vscode#134941. While it might also be possible to implement this purely on the extension's side (by extending the context menu for test items), that's not an ideal solution because there wouldn't be a way to visualize which test(s) have auto-run enabled. |
Feel free to nudge them on their issue. Let them feel that people care about the feature :) |
Is this related? Clicking on Refresh in the test panel produces: command 'python.refreshTests' not found |
It's not. That button is provided by the python test provider. |
🤞🤞 |
Good news, something is happening in the neighbourhood. |
Will be released in I'm excited and a bit disappointed. Anyhow let's celebrate.. its a big day for us. |
Ok that sounds bad, I wouldn't want to run e.g. long-running integration tests on every change. Though I guess then they shouldn't even be compiled. I also wonder how it interacts with filtering: microsoft/vscode#173017 |
Checklist
After upgrading the extension to a version using the native testing API, I realized that I lost the ability to auto-run Google test C++ tests. The
...->Enable Autorun
menu item is not present and a rebuild does not automatically rerun my tests. So for now, I'm switching back to the legacy extension. Am I missing the capability in the new version? If not, creating this feature request to support it.The text was updated successfully, but these errors were encountered: