Skip to content
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

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

Open
thrasher- opened this issue Dec 2, 2024 · 0 comments
Open
Labels

Comments

@thrasher-
Copy link
Collaborator

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

@thrasher- thrasher- added the todo label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant