Skip to main content
Update instructions to reference the active fork of the converter.
Source Link
ppcano
  • 2.9k
  • 1
  • 26
  • 19

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

At k6.io, we have built a converter to generate a k6 load test from a Postman collection.

https://github.com/loadimpact/postman-to-k6

npm install -g 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

It exists a converter to generate a k6 load test from a Postman collection.

https://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

-- use duration and vus CLI options on the k6 run command
Source Link
ppcano
  • 2.9k
  • 1
  • 26
  • 19

At k6.io, we have built a converter to generate a k6 load test from a Postman collection.

https://github.com/loadimpact/postman-to-k6

npm install -g 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

At k6.io, we have built a converter to generate a k6 load test from a Postman collection.

https://github.com/loadimpact/postman-to-k6

npm install -g postman-to-k6 postman-to-k6 collection.json -o k6-script.js k6 run k6-script.js 

For further information, check out the following article Load Testing Your API with Postman

At k6.io, we have built a converter to generate a k6 load test from a Postman collection.

https://github.com/loadimpact/postman-to-k6

npm install -g 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

-- update instructions with new tool
Source Link
ppcano
  • 2.9k
  • 1
  • 26
  • 19

At LoadImpactk6.io, we have built a CLI converter to transformgenerate a k6 load test from a Postman collection into a Load Impact script.

https://github.com/loadimpact/postman-to-loadimpacthttps://github.com/loadimpact/postman-to-k6

npm install -g postman-to-loadimpactk6 postman-to-loadimpactk6 examples/v1/postman/echocollection.json -o k6-script.js k6 run k6-script.js 

You may need to tweak the Load Impact script in some cases:

  • to provide variable values
  • to replicate the behaviour defined in your Postman pre-request or functional test.

CheckFor further information, check out the following article Load testing with Postman

I hope, it can help.Load Testing Your API with Postman

At LoadImpact, we have built a CLI converter to transform a Postman collection into a Load Impact script.

https://github.com/loadimpact/postman-to-loadimpact

npm install -g postman-to-loadimpact postman-to-loadimpact examples/v1/postman/echo.json 

You may need to tweak the Load Impact script in some cases:

  • to provide variable values
  • to replicate the behaviour defined in your Postman pre-request or functional test.

Check out the following article Load testing with Postman

I hope, it can help.

At k6.io, we have built a converter to generate a k6 load test from a Postman collection.

https://github.com/loadimpact/postman-to-k6

npm install -g postman-to-k6 postman-to-k6 collection.json -o k6-script.js k6 run k6-script.js 

For further information, check out the following article Load Testing Your API with Postman

added 34 characters in body
Source Link
ppcano
  • 2.9k
  • 1
  • 26
  • 19
Loading
deleted 70 characters in body
Source Link
ppcano
  • 2.9k
  • 1
  • 26
  • 19
Loading
deleted 12 characters in body
Source Link
ppcano
  • 2.9k
  • 1
  • 26
  • 19
Loading
Source Link
ppcano
  • 2.9k
  • 1
  • 26
  • 19
Loading