microsoft / vscode-extension-test-runner

Runs tests in the UI for VS Code extensions
MIT License
9 stars 4 forks source link

Test Runner does not handle data-driven test reports correctly #20

Closed JustinGrote closed 4 months ago

JustinGrote commented 9 months ago

It only reports success on the first item, it doesn't report on the others that were successful. I don't expect it to enumerate all the data driven tests, but I at least expect the high level tests to all report green.

image

Reference Test: https://github.com/PowerShell/vscode-powershell/blob/f07fbff100ce0f716625314ffdf9f6079a8e41d4/test/core/platform.test.ts#L902-L934