microsoft / microsoft/vscode-dotnettools
[BUG] Test Explorer Does Not Show Status for Data Driven Tests
Open
@ocallesp is already working on this.
Since Jul 29, 2024.
area-test
bug
- Dominant language
- No language data
- Stars
- 321
- Forks
- 54
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 2
Description
Describe the Issue
I have some xUnit tests that are data driven, both InlineData and MemberData. Those tests do get run but their status is not reflected in the Test Explorer. Also the count/parameters do not get detailed out.
Steps To Reproduce
- Create a data driven xUnit Test
- Run Unit Test in Test Explorer
Expected Behavior
The status and details should show up for the run tests. The .NET Core Test Explorer extension I used to use prior to the C# Dev Kit included this behavior.
Environment Information
| Item | Value |
|---|---|
| CPUs | Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 x 2592) |
| GPU Status | 2d_canvas: enabled canvas_oop_rasterization: disabled_off 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 video_decode: enabled video_encode: enabled vulkan: disabled_off webgl: enabled webgl2: enabled webgpu: enabled |
| Load (avg) | undefined |
| Memory (System) | 31.71GB (3.73GB free) |
| Process Argv | . --crash-reporter-id c77e07f2-3afd-401a-8c5c-c503b5977532 |
| Screen Reader | no |
| VM | 0% |
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.