This is a reporting and diagramming tool used with json reports generated by the artillery.io cli. Built in Typescript, React, ChartJs, and Fontawesome.
- Artillery and Artillery Pro support
- Load reports using json files directly from the cli
- Interactive graphs
- Summarized report data for easy assessment
- Health and Performance ratings
- So much more...
You can see the changelog here.
Absolutely, check it out here: https://reportviewer.artillery.io/
You can run this locally in three modes:
Debug (react)
$ npm install
$ npm start
Then navigate to http://localhost:3000
... Thats it, enjoy!
When you run the artillery cli, you can simply add the following to your command to output a json file for use with this tool: -o some_report.json
A completely revamped UI.
Easy on the eyes.
Get the important information without digging.
Enable and disable the metrics you care about.
Support for displaying custom metrics in both raw and custom views. More coming soon...
Better fonts and layout enable easier reading.
Quickly jump from section to section easily.
Want to upload your report and share it with somebody else? You can do that using the remote loading functionality.