hbenl / vscode-test-explorer

The VS Code Test Explorer extension
MIT License
215 stars 55 forks source link

Test explore does not display logs in output window #201

Closed KrupalJoshi closed 3 years ago

KrupalJoshi commented 3 years ago

Extension is not display on going logs in output window for running test cases.

Language: Python Framework: Pytest

Steps:

  1. Run test cases.
  2. Open output window.
  3. Select 'Test Explorer'.

Expected result: Extension should display logs for running test cases so user can know activity of test case.

hbenl commented 3 years ago

You need to click on the test in the test tree to show its logs, otherwise the logs won't be copied to the "Test Explorer" output panel.

KrupalJoshi commented 3 years ago

Yes, tried it. Logs are not displaying while tests are running.

It will display once all test cases under the tree are completed