TestItemRunner.jl icon indicating copy to clipboard operation
TestItemRunner.jl copied to clipboard

Detecting that a test was ran from test explorer

Open THargreaves opened this issue 1 year ago • 1 comments

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.

THargreaves avatar Oct 25 '24 09:10 THargreaves

Not at the moment, but I can see how that might be useful.

davidanthoff avatar Oct 25 '24 16:10 davidanthoff