Hi, I am trying to convert a postman collection into a k6-script by using the postman-to-k6 cli provided, as it will save me a lot of time. When I execute the postman-to-k6 command, it throws the following error and exits:
Form item missing type (documentType)
Can anyone help?
Welcome to the community forums!
The k6 maintainers no longer maintain the postman-to-k6. I’d recommend opening the issue directly on the project GitHub GitHub - apideck-libraries/postman-to-k6: Converts Postman collections to k6 script code
Hope that answers
Cheers!