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
We originally implemented run in terminal in a way that makes it kind of independent from the test explorer. However, this does not have to be the case and in fact we can provide an even more integrated experience if we make running tests in terminal a proper profile.
That would mean that running tests in the terminal still updates the explorer's UI and the user will have the option to run a test in the terminal in continuous mode (watch and run).
The test explorer supports implementing multiple run profiles, so we could just add another one for run in terminal that has a different run handler.
The text was updated successfully, but these errors were encountered:
We originally implemented run in terminal in a way that makes it kind of independent from the test explorer. However, this does not have to be the case and in fact we can provide an even more integrated experience if we make running tests in terminal a proper profile.
That would mean that running tests in the terminal still updates the explorer's UI and the user will have the option to run a test in the terminal in continuous mode (watch and run).
The test explorer supports implementing multiple run profiles, so we could just add another one for run in terminal that has a different run handler.
The text was updated successfully, but these errors were encountered: