Skip to content

churark/xk6-output-gcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

k6 extension to output result to Google Cloud Storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published