vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Test Result pane is empty

Open IgorKrupenja opened this issue 11 months ago • 11 comments

Describe the bug

VSCode Test results pane is empty.

To Reproduce

Steps to reproduce the behavior on this example project. At the moment it has just a couple of very simple tests.

  1. Open the repo above from VSCode.
  2. Open Testing in Sidebar.
  3. Click run tests.

Expected behavior

Tests are run and you can see output in Test Result pane.

Instead, tests are run correctly but the pane is empty, see screenshot below. Everything else works fine.

Screenshots

image

Environment

(Paste info.txt content generated by the example project)

  • OS: macOS 13.4.1 (c)
  • VSCode version: 1.80.1
  • Vitest version: 0.33.0
  • Vitest plugin version: v0.2.42

IgorKrupenja avatar Jul 26 '23 10:07 IgorKrupenja