Feature Request
See all param values for an error group
adamfarhi
I have an error group with large numbers of errors for an endpoint which receives a user input param. (in my case I can see it in "Form Values", but it could be for "Param values", etc..)
My intention was to use the user input values to add test cases for invalid values for that endpoint. Currently, the only was to get all the values is to go over each error and checkout the value.
I also couldn't find an API to query that error group and do this programmatically...
Cheers