-
Notifications
You must be signed in to change notification settings - Fork 51
The 'path' argument must be of type string. Received type object #73
Comments
try |
It gives me the same error, I suspect it is erring on the key: image[] type: file src:[] in the body? The body of this working postman script is a multipart form with two key/value pairs, the first is a json message and the second is an array of image files being uploaded. jhewitt@JimsMac loadtest % postman-to-k6 PostmanCollection.json -o k6-script.js |
Thank you for bringing this to my attention! Will have a look at it and get back to you. |
is there any update on this yet? |
Sorry, I've been completely swamped so not yet unfortunately. 😅 |
Apologies for the inactivity on this project. Due to the inability to properly support this project, the k6 team has decided not to continue its development. The primary reason is that k6 scope has grown significantly with the launch of k6 extensions. The team is prioritizing extending k6 capabilities over the converters. We suggest you post your issue at api-deck/postman-to-k6. The project is active and maintained on this fork. |
Converting a multipart post script throws an
ERR_INVALID_ARG_TYPE
.The postman script being converted is as follows:
The text was updated successfully, but these errors were encountered: