Closed mauriciobergallo-zz closed 3 years ago
Hey, could you provide more information? Not sure which plugin you are referring to. Happy to help wherever. Feel free to reach out directly on our discord - discord.gg/37vGhH3NMB
Hey! thanks for your feedback, yes, the plugin is: Report Viewer (https://github.com/artilleryio/report-viewer) maybe is not a plugin, just a tool, and this is the exported by Artillery.
Thanks in advance.
Excellent, ill look into this today!
Update: This looks like an Artillery V2 Report, you can output the V1 reports by setting an environment variable ARTILLERY_USE_LEGACY_REPORT_FORMAT
before your cli command. I will get started on updating the report viewer to support the new schema soon.
Example:
$ ARTILLERY_USE_LEGACY_REPORT_FORMAT=1 artillery run some_task.yaml -o some_report.json
Hey!
I've just tested the workaround that you've mentioned, but no look.
This is the file that was exported.
Thanks in advanced!
Closed, https://reportviewer.artillery.io/ should now support the v2 report object, let me know if you see anything odd :) Thank you!
Hey mate! first of all, thank you for your amazing work on this plugin.
I'm facing an "issue" maybe. I tried this plugin with my local version of artillery with no luck.
The info of artillery in my local machine is:
Maybe is something related with the lates version of Artillery ?
Thanks!
PS: Sorry if I should reach you in a different way, but I didn't know how.