grafana / k6-cloud-feature-requests

The place to propose, dicuss and vote for k6 Cloud features and ideas.
9 stars 1 forks source link

Visualize test metadata (env vars, options, etc.) and multi-file tests #9

Closed na-- closed 9 months ago

na-- commented 3 years ago

From https://community.k6.io/t/test-metadata-vizualization-environment-variables/1455

I have a test script, which is composed by several javascript files, that can be parametrized by environment variables, I run the script on the cloud using the cli from my VSC; k6 cloud my-entry-point.js -e MY_PARAM=VALUE . From my understanding the k6 cloud does a k6 archive which create a tar file with a metadata.json. This metadata.json contains then my environment parameters. How can I vizualize this metadata file on the Cloud ? Same for other JS file, on the cloud I only see my my-entry-point.js file but not the other files that I import.

markjmeier commented 9 months ago

We are planning to tackle this in GCk6 as part of a feature for "revisions"