-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add option to filter test results in GetTestRuns to specific test outcomes #275
Comments
@pascalberger How would you suggest passing the test outcomes? I'm thinking about the following signature:
where Does this make sense? |
@yansklyarenko what is your idea for passing a comma-separated list instead of an enumerable? |
@pascalberger Well, I just thought it looks more intuitive from the user perspective. Does it look like an unnecessary optimization to you? |
@yansklyarenko My issue with it is more that it is less "typesafe" and has the potential to be used wrong, like this for example:
|
@pascalberger Yep, that makes sense, thanks! |
Add option to filter test results in GetTestRuns to specific test outcomes
Add option to filter test results in GetTestRuns to specific test outcomes
… test outcomes (#311) Co-authored-by: Pascal Berger <[email protected]>
Add an option to only read test results in GetTestRuns for specific test outcomes
The text was updated successfully, but these errors were encountered: