I'm sorry if it's not here I should file an issue.
With the Test Explorer UI (not native), when there is a "top-level" error, the Test view tab is shown in VS Code and we can easily see the error:
If I set useNativeTesting to true, the Test view tab disappears and there is no way to have a clue what the error is. The "Text Explorer" and "Mocha Tests" outputs are empty.
Current workaround: disable useNativeTesting to view the error.
I'm sorry if it's not here I should file an issue.
With the Test Explorer UI (not native), when there is a "top-level" error, the Test view tab is shown in VS Code and we can easily see the error:
If I set
useNativeTesting
totrue
, the Test view tab disappears and there is no way to have a clue what the error is. The "Text Explorer" and "Mocha Tests" outputs are empty.Current workaround: disable
useNativeTesting
to view the error.