Support variables of binary type (files)

Currently there is no convenient way to test endpoint with file in request (for example “import” of some data), as attached file should be on local machine.
So there is no way to run test with attached file on different machines (in CI also).

Proposed Feature implementation

  1. Add type “file” (or “binary”) in variables (global/environment)
  2. Support variable in Form Data field value of type “File”
  3. Support in scripts setting of binary variables from response (so we can download file via one endpoint and send use it as payload to another endpoint)

Thank you for your feedback. This feature is already on our roadmap.