At k6.io, we have builtIt exists a converter to generate a k6 load test from a Postman collection.
https://github.com/loadimpact/postman-to-k6https://github.com/apideck-libraries/postman-to-k6
npm install -g @apideck/postman-to-k6 postman-to-k6 collection.json -o k6-script.js k6 run --vus 100 --duration 3m k6-script.js For further information, check out the following article Load Testing Your API with Postman