https://github.com/artilleryio/report-viewer
Report viewer for @artilleryio built in @reactjs @getbootstrap @fontawesome ... Create an easy to read and understand report with crucial data highlights and graphs.
https://github.com/artilleryio/report-viewer
artillery artilleryio bootstrap bootstrap4 electron fontawesome react reactjs
Last synced: 3 months ago
JSON representation
Report viewer for @artilleryio built in @reactjs @getbootstrap @fontawesome ... Create an easy to read and understand report with crucial data highlights and graphs.
- Host: GitHub
- URL: https://github.com/artilleryio/report-viewer
- Owner: artilleryio
- License: mpl-2.0
- Archived: true
- Created: 2021-03-22T20:43:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T11:36:05.000Z (over 3 years ago)
- Last Synced: 2025-06-06T14:06:26.030Z (4 months ago)
- Topics: artillery, artilleryio, bootstrap, bootstrap4, electron, fontawesome, react, reactjs
- Language: SCSS
- Homepage: https://artillery.io
- Size: 14.5 MB
- Stars: 28
- Watchers: 4
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Artillery Report Viewer V2 (Beta)
This is a reporting and diagramming tool used with json reports generated by the artillery.io cli. Built in Typescript, React, ChartJs, and Fontawesome.
## Features
- 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...## Changelog
You can see the changelog [here.](changelog.md)## Is there a live version?
Absolutely, check it out here: https://reportviewer.artillery.io/
# Getting Started
You can run this locally in three modes:Debug (react)
```
$ npm install
$ npm start
```Then navigate to `http://localhost:3000` ... Thats it, enjoy!
## How do I generate json reports?
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`
# At a glance
## A new look
A completely revamped UI.
## Dark Mode
Easy on the eyes.
## Summarized Data
Get the important information without digging.
## Interactive Charting
Enable and disable the metrics you care about.
## Addons
Support for displaying custom metrics in both raw and custom views. More coming soon...
## Better readibility
Better fonts and layout enable easier reading.
## Quick Sidebar
Quickly jump from section to section easily.
## Remote Loading
Want to upload your report and share it with somebody else? You can do that using the remote loading functionality.