Skip to content

Changed testcase properties to use Label to match mstest filter format - #175

Merged
robertcoltheart merged 1 commit into
machine:masterfrom
vincentleungrsm:fix-filter-property-syntax
Jun 30, 2026
Merged

Changed testcase properties to use Label to match mstest filter format#175
robertcoltheart merged 1 commit into
machine:masterfrom
vincentleungrsm:fix-filter-property-syntax

Conversation

@vincentleungrsm

@vincentleungrsm vincentleungrsm commented Nov 24, 2025

Copy link
Copy Markdown
Contributor

Previously needed dotnet test --filter "TestCase.FullyQualifiedName=FailingTest.When_adding_two_numbers::should_be_greater_than_ten"

Now matches MSTest filter format dotnet test --filter "FullyQualifiedName=FailingTest.When_adding_two_numbers::should_be_greater_than_ten"

This is to solve failed mspec test re-runs not actually re-running via VSTest@2 in Azure DevOps. The re-run process automatically adds tests into the filter param using the latter format.

@vincentleungrsm vincentleungrsm changed the title Changed testcase properties to use Label to match mstest filter syntax Changed testcase properties to use Label to match mstest filter format Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants