Converting Postman Collection to K6 Script
When you do an API test with Postman, and you want to do a performance test as well, you need to export the Postman collection to Postman-to-K6 converter and use the generated K6 script to load-test your own API. In this post, I will share how to convert your Postman collection to a K6 script …