xk6

Build k6 load testing tool with custom extensions and modules

brewmacoslinux
Try with needOr install directly
Source

About

Build k6 with extensions

Commands

xk6

Examples

Build k6 with a custom extension$ xk6 build --with github.com/grafana/xk6-sql
Build k6 with multiple extensions$ xk6 build --with github.com/grafana/xk6-http-ntlm --with github.com/grafana/xk6-redis
Build k6 with a specific extension version$ xk6 build --with github.com/grafana/xk6-websockets@v0.2.0