Skip to content

HTTP mock testing: Make JSON array response stored size configurable #1736

Open
@thrasher-

Description

New Issue

Context

When we record HTTP responses to be used for mock testing, we dump the entire result when in many cases we only need a subset of the data. Making this configurable for object array data will help reduce large line changes in our stored JSON data. A user could set a variable like "MaxRecordingArrayLimit (or whatever) = 5" when running a specific endpoint to record and the mock tester will conform to it accordingly

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions