Skip to content

Add response Truncate limit to truncate large responses#3119

Open
Ahmedfcis wants to merge 1 commit intopostmanlabs:developfrom
Ahmedfcis:feature/response_truncate_limit
Open

Add response Truncate limit to truncate large responses#3119
Ahmedfcis wants to merge 1 commit intopostmanlabs:developfrom
Ahmedfcis:feature/response_truncate_limit

Conversation

@Ahmedfcis
Copy link
Copy Markdown

Introduce 'responseTruncateLimit' in run() options, so large responses body are truncated if exceeds 'responseTruncateLimit', related to issue #2632

sample code
newman.run({ collection: collection, responseTruncateLimit: 1024, ...});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant