Graphs are not showing #72
selcuktemizsoy
started this conversation in
General
Replies: 1 comment
-
@selcuktemizsoy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I started to use this extension to have graphs other than metrics but when I run my tests, it shows nothing on overview and timings section but summary after the test run. Here is the step to reproduce:
Env: Apple M1 Pro - MacOS ventura 13.2.1
Install extension:
$ go install go.k6.io/xk6/cmd/xk6@latest
build extension;
xk6 build --with github.com/grafana/xk6-dashboard@latest
Run test
env $$(cat .env) ~/k6 run --out 'dashboard=open=true&report=test-report.html' --out json=test-result.json script.js
Beta Was this translation helpful? Give feedback.
All reactions