grafana / faro-web-sdk

The Grafana Faro Web SDK, part of the Grafana Faro project, is a highly configurable web SDK for real user monitoring (RUM) that instruments browser frontend applications to capture observability signals. Frontend telemetry can then be correlated with backend and infrastructure data for full-stack observability.
https://grafana.com/oss/faro/
Apache License 2.0
688 stars 62 forks source link

K6 integration: Ensure that K6 test run ID is attached to the k6 meta object. #517

Closed codecapitano closed 3 months ago

codecapitano commented 4 months ago

Why

Starting from k6 v0.50.0 the window.k6 object will contain testRunId field populated with the test run ID. The test run ID can be used to reference the test run in Grafana Cloud, as well as to distinguish tests executed in the K6 browser farm from local ones.

The ETA for k6 v0.50.0 release is March 25th

What

Ensure that the test run ID is attached to the k6 meta object.