Skip to content
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

[Bug] - Can not see test output #1724

Open
mamilic opened this issue Aug 16, 2024 · 1 comment
Open

[Bug] - Can not see test output #1724

mamilic opened this issue Aug 16, 2024 · 1 comment

Comments

@mamilic
Copy link

mamilic commented Aug 16, 2024

When I run the test I can not see debug output for specific test.

Steps to reproduce:

  • Load this project into VsCode,
    demo.zip
  • Go to DemoApplicationTests.java and run contextLoads test
  • When the test finishes open the Test Results, and select the test and there is no output

I am wondering is this expected behaviour? However if we have 500 tests, it might be very difficult to find logs for specific test in order to debug.

@jdneo
Copy link
Member

jdneo commented Aug 16, 2024

It's related with #1588.

We do not take the advantage of the test result view now.

I guess in your case, the output of the test case goes to the debug console view

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants