-
Notifications
You must be signed in to change notification settings - Fork 255
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
Support @response.rsp
files
#3730
Comments
FWIW I've made a custom implementation for this a long time ago in vstest. Your implementation would be easier because you have neither default arguments, or |
Is this not what I suggested in #3499 ? |
This feature is slightly different. It used when the command line for some reason is really log and cannot fit the max length of the command line. The feature discussed in the other issue doesn't fit well the "on the fly" generation, because users should parse json and rewrite a new one. Here it's simply a generation of plain command line with one option per line. |
This is a key feature to unblock the --filterByIds "long list of ids" that is used in some tooling to partition or select specific tests. |
Command line can contains long arguments (i.e.
--filter
).Allow to pass a response file will help these scenario.
The text was updated successfully, but these errors were encountered: