Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 875 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 875 Bytes

xk6-output-gcs

xk6-output-gcs is a k6 output extension that uploads test results to Google Cloud Storage.

Install

# 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.

Usage

TODO

Configuration

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

Contribution

Contributions of any kind welcome!

LICENSE

MIT LICENSE