ContributionsMost RecentMost LikesSolutionsRe: TestExecute with AzureDev Ops If I configure the pipeline with the Filter: testFiltercriteria: 'Project=Project1&Group=Group1' => it run all tests, even the ones which are disabled If I configure the pipeline with the Filter: testFiltercriteria: 'Enabled=True&Project=Project1&Group=Group1' => nothing is executed TestExecute with AzureDev Ops hello guys, I am using TestComplete/Test Execute and we are migrating to AzureDevOps I have troubles in configuring the Azure Pipelines to run only the selected testcases from the group/subgroup. The documentation is not that detailed on how to create the filter. This belongs to the Project1. The entire main project suite is structured like this, with groups/subgroups and enabled/disabled tests/subgroups in order to distinguish between the main execution and the individual execution. Can anybody help me here ? Thanks.