Expand description
Data-driven testing support for load testing
This module provides functionality to load test data from CSV or JSON files and generate k6 scripts that use SharedArray for memory-efficient data distribution.
Structs§
- Data
Driven Config - Configuration for data-driven testing
- Data
Driven Generator - Generates k6 JavaScript code for data-driven testing
- Data
File Info - Information about a validated data file
- Data
Mapping - Mapping of data columns to request fields
- PerUri
Columns - Column names for per-URI control mode
Enums§
- Data
Distribution - Strategy for distributing data across VUs and iterations
- Data
File Type - Type of data file
Functions§
- validate_
data_ file - Validate a data file exists and has the expected format