-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Standard output appended to test results disappears when selecting test run #214287
Comments
You can make it reappear by clicking the little "console" icon next to the test run. This isn't shown automatically since the test run is (or should be, fixed in #214271) expandable, so it would be confusing when interacting with the twistie. |
Yea, it's the most obvious thing in the world, but is kind of how trees work. Note that you can also click the terminal icon on the test to view output correlated with the test, you highlighted in your screenshot from VS. At some point we will add stacktrace support in test messages at which point we'll probably have some richer "test detail summary" with information similar to your screenshot in VS. |
I know I'm n=1, but I would have never discovered the 'only visible in hover state' console button. It's weird to me that output associated with the test isn't all in the same place. To me, as a user, I don't know what trees are, I just want to see ALL my output when I select the test. Please consider a change. |
@connor4312 Can you update documentation for Test area? I don't see anything in the TOC for user guide. It would be good to have a Testing entry in the TOC here, explaining the test explorer, test results output, trees, this console thing, etc. Thank you! |
There is already a WIP on that here :) microsoft/vscode-docs#7310 |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
@timheuer fyi the next release of VS Code will ship support for call stacks, by setting the UI screenshot in the PR: #222126 (comment) |
Type: Bug
After a test run, the Test Results window shows the standard output. When I select a test/test run, the output disappears and there is no way to make it re-appear.
2024-06-04_16-35-45.mp4
This standard output is being appended to the test result model per the C# Dev Kit (@peterwald)
Repo: https://github.com/timheuer/xunitplay (requires C# Dev Kit extension)
VS Code version: Code - Insiders 1.90.0-insider (89de5a8, 2024-06-04T01:34:32.847Z)
OS version: Windows_NT x64 10.0.22635
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Extensions (110)
(1 theme extensions excluded)
A/B Experiments
The text was updated successfully, but these errors were encountered: