Profile/metadata feedback on testing #218102
Labels
testing
Built-in testing support
under-discussion
Issue is under discussion for relevance, priority, approach
However, restart doesn't work great - because it seems to end the test run, then start a new debug session that is not tied to a test run (so you don't get the results recorded). It's not clear to me if your fix here will solve that, but I wonder if there are going to have issues with test runs where VS Code doesn't have all of the related data. We discussed this before in #144169 (comment) about "Test: Rerun Last Run" not working because of this. If we let VS Code handle restarting test runs by just calling
runTests
, I think any context that we weren't able to capture in theTestRun
won't come back to us, and we'll start a test run with some parameters missing.Originally posted by @DanTup in #214486 (comment)
The text was updated successfully, but these errors were encountered: