filter-syntax

Installation
SKILL.md

Test Filter Syntax Reference

Filter syntax depends on the platform and test framework.

VSTest filters (MSTest, xUnit v2, NUnit on VSTest)

dotnet test --filter <EXPRESSION>

Expression syntax: <Property><Operator><Value>[|&<Expression>]

Operators:

Installs
1
GitHub Stars
1.0K
First Seen
Aug 23, 2026
filter-syntax — microsoft/testfx