Is it possible to provide output per test case, so that this vscode feature is utilized?
I saw that in #1051 you focused on how to see test results at all, which is to click on this "terminal" icon
But since the extension shows each test individually and is able to tell which of the tests failed and which passed, it would be awesome to include this particular piece of info per test case.
Do you know if there's some particular vscode API we would need to be using? Do we have some limitation due to how the extension runs the tests? I'd be happy to try implementing this, but I'd like to ask first if there was already some work done on this topic.
search terms: "The test case did not report any output.", test case, no output, test results
Is it possible to provide output per test case, so that this vscode feature is utilized?
I saw that in #1051 you focused on how to see test results at all, which is to click on this "terminal" icon
But since the extension shows each test individually and is able to tell which of the tests failed and which passed, it would be awesome to include this particular piece of info per test case.
Do you know if there's some particular vscode API we would need to be using? Do we have some limitation due to how the extension runs the tests? I'd be happy to try implementing this, but I'd like to ask first if there was already some work done on this topic.
search terms: "The test case did not report any output.", test case, no output, test results