Dasboard does not display data using setup() function · Issue #185 · grafana/xk6-dashboard (original) (raw)

Brief summary

When execute test with 'export default setup()' the dashboard does not shows data.

k6 version

v0.50.0

xk6-dashboard version

v0.7.3-alpha.1

OS

Windows 11

Docker version and image (if applicable)

No response

Steps to reproduce the problem

Executing with export default function setup()
image
image
image
image

Executing without export default function setup()
image
image
image

Expected behaviour

That dashboard shows data with export default function setup()

Actual behaviour

When execute test with 'export default setup()' the dashboard does not shows data.