TestItemRunner.jl
TestItemRunner.jl copied to clipboard
Detecting that a test was ran from test explorer
I was wondering whether there is/could be any way of detecting that a test item is being ran by selecting an individual test in the VSCode test explorer as opposed to when running all tests with [ test.
My use case for this would be to print additional detailed output from the test only when it is ran directly/individually. I would not want this when running all tests at once as it would be quite cluttered.
Not at the moment, but I can see how that might be useful.