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
currently, in integ test generation, the whole variable will or will not be generated, depending on whether the top level (groupFilter or paginationFilter) is required or optional.
For finer testing, we should respect the optionality of each of the composing keys.
E.g. when providing a struct, if we don't provide a required key, do we get a 400?
The text was updated successfully, but these errors were encountered:
we have struct vars to support matrix parameters, json query-parameters, with format:
currently, in integ test generation, the whole variable will or will not be generated, depending on whether the top level (groupFilter or paginationFilter) is required or optional.
For finer testing, we should respect the optionality of each of the composing keys.
E.g. when providing a struct, if we don't provide a required key, do we get a 400?
The text was updated successfully, but these errors were encountered: