-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Not equal operator is not working with --treenode-filter command line parameter #1381
Comments
Yeah this will be a Microsoft one - Let me see if I can transfer it to their repo |
Ah I can't - I need write access to their repo to do that. Could you raise this on the testfx repo? |
Sure, thanks |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Seems like it can be closed now as it was fixed in Microsoft.Testing.Platform v1.6 |
Not sure whether this is a TUnit or TestFx issue, but it seems like not all of the test filtering operators documented in Microsoft Testing Platform are supported with
--treenode-filter
command line parameter. In particular, not equal!=
doesn't seem to be working for me. Consider the following code snippet:The following command runs only the first test, as expected
dotnet run --treenode-filter /*/*/*/*[Category=Smoke]
:However,
dotnet run --treenode-filter /*/*/*/*[Category!=Smoke]
doesn't seem to find anything:SDK version: 9.0.101
OS version: Microsoft Windows [Version 10.0.26100.2454]
TUnit version: 0.4.86
Microsoft.Testing.Platform version: 1.4.3
The text was updated successfully, but these errors were encountered: