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
I have searched the issue tracker for similar problems.
What Are You Seeing
make a request and declare form-data with key type = File and add file to the input more then 1 file
when run command like newman run my-collection.json -r htmlextra
the request body section value of this key will show latest item of array
Steps To Reproduce The Issue
1.run command like newman run my-collection.json -r htmlextra
2.got the file report, open up
3.see the Total Requests section, REQUEST BODY must show array that contain path of file
Full Newman Command Or Node Script
newman run my-collection.json -r htmlextra
HTMLEXTRA Version
1.23.1
Newman Version
^6.1.2
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Hey @apisit110: 👋 - Thanks for helping to make the reporter better by raising this ticket. I will take a look as soon as I can and get back to you. Cheers, Danny.
DannyDainton
changed the title
[Bugfix] request body type file is show latest item of array
[Bug] Request body type file is showing the latest item of the array
Jul 8, 2024
Could you provide a sample Collection to demo the behaviour please - You can use a dummy API like https://httpbin.org/anything or https://postman-echo.com/post.
What do you see in the terminal if you attaching the CLI reporter and the verbose flag? Does that return the expected body?
newman run my-collection.json -r htmlextra,cli --verbose
Is There An Existing Issue
What Are You Seeing
make a request and declare form-data with key type = File and add file to the input more then 1 file
when run command like newman run my-collection.json -r htmlextra
the request body section value of this key will show latest item of array
Steps To Reproduce The Issue
1.run command like newman run my-collection.json -r htmlextra
2.got the file report, open up
3.see the Total Requests section, REQUEST BODY must show array that contain path of file
Full Newman Command Or Node Script
HTMLEXTRA Version
1.23.1
Newman Version
^6.1.2
Additional Context
No response
The text was updated successfully, but these errors were encountered: