-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: ability to save and rehydrate dashboard for later interactive use #29
Comments
Maybe the replay feature what you are looking for. I just released it 2 days ago. Is it suitable for your use case? |
From the documentation on the feature, yes, it sounds like that would work. Unfortunately, the replay command just hangs when I run it. The dashboard tab in the browser never appears. Admittedly, I'm trying to load a JSON data file that is ~1 million lines long (same data file I submitted in issue #28). |
Troubleshooting further, I get the following output from
This is when running the 0.4.3 version downloaded from the Releases section. Should I be using a different syntax for replay? |
Sorry for the delay. I'm asking for a little more patience, I'm on vacation, and then I'll start a new job. I can probably deal with the problem in mid-August. |
No problem at all. Thanks again for the great plugin! |
Hi @cwilso03 , which OS/platform are you use? Big JSON should not be the problem, I managed to display your file ftrom #28 .
Oh, ye, the dashboard subcommand is a little hack, and works only if it is the first argument (just omit -v) I guess you are using Windows... May I ask you to check again with the latest xk6-dashboard version? |
I'm on Windows 11.
It will likely be next week before I can check again, but yes, I'm happy to do so. |
I'm on Linux but I have a win 10, checked and works with your prev data file (attached to #28).
Thank you |
Hi @szkiba, I can confirm the data files load correctly on replay. Thanks again! |
Having a PDF report is great. But it would be even better to be able to save the dashboard into some file, then later be able to rehydrate it for continued interaction in the browser. I see it's built in React under the hood. Any chance it could be made reloadable without requiring the test to be repeated?
The text was updated successfully, but these errors were encountered: