-
Notifications
You must be signed in to change notification settings - Fork 675
improve TestExplorer test #8337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…ct,Namespace,Class' then pass in the project name to the tests so that we follow down the test tree correctly
| // See the Apache Version 2.0 License for specific language governing | ||
| // permissions and limitations under the License. | ||
|
|
||
| using Microsoft.VisualStudio.TestTools.UnitTesting; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just using the new code cleanup profile 1
|
| //_app.ExecuteCommand(TestCommands.GroupBy); // by class | ||
|
|
||
| //Thread.Sleep(100); | ||
| public void GroupByProjectNamespaceClass() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bringing back this function to select the test grouping. "Project, Namespace, Class"
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |



by selecting the grouping button in this form 'Project,Namespace,Class' then pass in the project name to the tests so that we follow down the test tree correctly
ignore the 2 debug ones until thats fixed