Back to list

Postman to K6

Free
Performance TestingAPIGithubOpen Source

About

The postman-to-k6 converter utilizes your Postman collection and converts all the Postman requests, including tests, variables, … to K6 scripts that can be executed by K6 to run performance tests. This project is a friendly fork of the originalgrafana/postman-to-k6converter, actively maintained and open for new contributions.

Key Features

  • [x] Pre-request scripts.
  • [x] Test scripts.
  • [x] Variables (at all scopes + dynamic).
  • [x] Data files.
  • [x] Authentication methods (except Hawk).
  • [x] File uploads (experimental).
  • [x]postman.*interface (exceptions below).
  • [x]pm.*interface (exceptions below).
  • [x] Support for PostmanDynamic Variables&ReplaceInfunction.
  • [x] Global variables exposed by Postman:globalsenvironmentdataiteration.
  • [x]xml2Jsonconversion.
  • [x] AllPostman Schemaversions.