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
Currently in the unittest rewrite all tests are run, then their data is collected, and then the results are all sent back to vscode as a single payload. This needs to be corrected so each time a test is run the data is sent back to VS Code for a dynamic run result experience.