Skip to content

Conversation

@vincentleungrsm
Copy link

@vincentleungrsm vincentleungrsm commented Nov 24, 2025

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.

1 participant