xk6-output-gcs
is a k6 output extension that uploads test results to Google Cloud Storage.
# Install xk6
go install go.k6.io/xk6/cmd/xk6@latest
# Build the k6 binary
xk6 build --with github.com/churark/xk6-output-gcs=.
You will have a k6 binary in the current directory.
TODO
Configurations are set by environment variables.
Key | Type | Default | Required |
---|---|---|---|
GCS_PROJECT_ID | string | ✅ | |
GCS_BUCKET | string | ✅ | |
GCS_CREDENTIAL_JSON | string | ||
GCS_CREDENTIAL_PATH | string |
Contributions of any kind welcome!