How do I get TestRun.appendOutput to only add to the output of a test, and not the general test run output? #2970
Replies: 1 comment
-
|
It seems this is not possible with the current api.
Originally posted by @connor4312 in #200715 So I have submitted a feature request issue: microsoft/vscode#286533 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on microsoft/vscode-python#22594, and would like get the captured output of successful/passed tests to show when you click on the test, but not on the general test run output.
When I call
testRun.appendOutput(output, underfined, testItem), the output shows on both the test output, and the general test run output. Is there a way to get it to only show on the test output?My code changes are if you want to see what I have done: microsoft/vscode-python@main...garyvdm:vscode-python:test_result_captured_output
Beta Was this translation helpful? Give feedback.
All reactions