You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vitalets Unfortunately, this is not possible today. VSCode test tree shows only tests, and does not have a notion of "steps". Also, steps are only available after you have run the test, and may change every time you re-run. I don't think VSCode is ready for this.
🚀 Feature Request
In vscode extension test tree show executed and failed steps after test run.
Example
I'd like to see the following structure in test explorer:
Motivation
Having test steps in test tree allows to instantly understand where error occurs and jump to the corresponding code line.
The text was updated successfully, but these errors were encountered: