grafana / k6

A modern load testing tool, using Go and JavaScript - https://k6.io
GNU Affero General Public License v3.0
25.16k stars 1.25k forks source link

Not allowed to upload result to Load Impact cloud #349

Closed ppcano closed 6 years ago

ppcano commented 6 years ago
k6 run -o cloud my-script.js

Uploading results to Load Impact fail after the CLI refactor.

liclac commented 6 years ago

Right, you need to do k6 login cloud or rename your environment variable to K6_CLOUD_TOKEN; all configuration options are now configurable this way.

ppcano commented 6 years ago

@liclac

Would it be possible to find out a workaround to avoid this breaking change? There are a few Insights documentation articles referring to K6CLOUD_TOKEN.

We could clean the patch later after upgrading the documentation and some period.

I can try a patch at k6/config.go

liclac commented 6 years ago

Keeping this open until #352 is merged.