-
I am following the steps here: https://grafana.com/blog/2023/04/11/how-to-visualize-load-testing-results/ to install the xk6-dashboard. At this step:
Where am I going wrong and how should this be fixed? Env: |
Beta Was this translation helpful? Give feedback.
Answered by
szkiba
Jun 7, 2024
Replies: 1 comment 1 reply
-
try |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rajumb502
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try
xk6 build --with github.com/grafana/xk6-dashboard@latest
instead(the repo moved from szkiba to grafana)
BTW dashboard already included in latest k6 release so you don't need to use custom build...