You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I wanted to send PR myself but too long checklist for a minor change, and it is too late now that I can barely keep my eyes open :/
My proposal for the change: 7440a43
I am on Fedora 40
k6 version I use: k6 v0.53.0 (commit/f82a27da8f, go1.22.6, linux/amd64)
I am kinda new to k6 and wanted to try web dashboard. According to the documentation, this should make it work:
Well, problem is that if we do not add "--out 'web-dashboard'" parameters here, web dashboard will not be available on this address, and the output will not contain "web dashboard" line. So, in order to receive such an output, the command should look like this: K6_WEB_DASHBOARD=true k6 run --out 'web-dashboard' script.js
If this information was provided somewhere else, then this article should have some reference to the article where this prerequisity was mentioned.
The text was updated successfully, but these errors were encountered:
Hello. I wanted to send PR myself but too long checklist for a minor change, and it is too late now that I can barely keep my eyes open :/
My proposal for the change: 7440a43
I am on Fedora 40
k6 version I use:
k6 v0.53.0 (commit/f82a27da8f, go1.22.6, linux/amd64)
I am kinda new to k6 and wanted to try web dashboard. According to the documentation, this should make it work:
Well, problem is that if we do not add "--out 'web-dashboard'" parameters here, web dashboard will not be available on this address, and the output will not contain "web dashboard" line. So, in order to receive such an output, the command should look like this:
K6_WEB_DASHBOARD=true k6 run --out 'web-dashboard' script.js
If this information was provided somewhere else, then this article should have some reference to the article where this prerequisity was mentioned.
The text was updated successfully, but these errors were encountered: