-
Notifications
You must be signed in to change notification settings - Fork 325
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
No possibility to run tests with long VSTestTestCaseFilter #2764
Comments
Limit by OS, not by TestPlatform |
Absolutely, but TestPlatform can import a huge filter from a file as an option to avoid restrictions. |
Some people have very large test suites! A /TestCaseFilterFile:plaintext_file_with_list_of_filters.txt would be nice. |
The solution linked above is stable, it is not just for VS: #2273 (comment) Another option is using response files. They currently don't work with dotnet test and dotnet vstest, but work just fine for vstest.console. Tracking that bug here: #3513 |
Ok, great, Thanks @nohwnd for the clarification! |
Description
Steps to reproduce
/p:VSTestTestCaseFilter=(FullyQualifiedName="Test1")|(FullyQualifiedName="Test2")|...|(FullyQualifiedName="Test9999")
Expected behavior
Actual behavior
Diagnostic logs
Environment
The text was updated successfully, but these errors were encountered: