CC: @isidorn
As I am blind, I use VSCode with the help of a screen reader to execute my test cases. After running the tests, I access the status bar to check the test results.
The only information present in the status bar that is apparently related to the test results and which is presented to me by the screen reader is the following:
'x 0 check 3'
It seems to me that the extension could make use of aria labels with information about the results. Screen readers would pass this information on to users without any major problems.
Actually I am running code-insiders 1.53.0-insider in my arch linux box.