xk6-formdata

0

Описание

Extension for k6. Allows to create a request body in multipart form-data format.

Языки

  • Go100%
README.md

xk6-formdata

Extension for k6. Allows to create a request body in multipart form-data format.
In the original

k6/jslib
library, I noticed a problem with Cyrillic encodings when creating multipart form-data request payload. This extension is designed to solve this problem.

Requirements

Build

From local repository:

From remote repository:

Usage

In load testing scenarios

To run this script, you need to run k6 executable file, which was previously built with

xk6 build
command

Contribution

Freely. I am always glad to have suggestions