You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filtering of test cases can only be performed directly in the command line (https://github.com/Microsoft/vstest-docs/blob/master/docs/filter.md).
In my use case scenario, I need to filter individual test cases by FullyQualifiedName causing the arguments to get too long for the command line (> 32,767 characters).
It would be beneficial if it would be possible to pass some file which contains fully qualified paths as a parameter to the vstest console.
The text was updated successfully, but these errors were encountered:
I was able to test this successfully with 10k and 65k tests, that I all chose by the fully qualified name filter. The filter size was 600k chars for the 10k run, and some 3,500k for the 65k run. So 10 and 100 times the size on the command line.
Description
The filtering of test cases can only be performed directly in the command line (https://github.com/Microsoft/vstest-docs/blob/master/docs/filter.md).
In my use case scenario, I need to filter individual test cases by FullyQualifiedName causing the arguments to get too long for the command line (> 32,767 characters).
It would be beneficial if it would be possible to pass some file which contains fully qualified paths as a parameter to the vstest console.
The text was updated successfully, but these errors were encountered: