You can see the main documentation here.
All notable changes to this project will be documented in this file.
- New cleaner and revamped UI
- Lightmode / Darkmode
- Added report summary components
- Average performance health rating
- Navigation Sidebar
- Quick anchors for each section
- Migrated solution to typescript
- Migrated state to context
- Migrated styles to SCSS
- Refactored naming conventions and organized components
- Added version endpoint
/api/version
- Added health endpoint
/api/health
- Updated sample payloads
- Added Phases table component
- Published docker image to Docker Hub, name:
cfryerdev/artilleryio-report-viewer
- Added more styles to metrics-by-endpoint addon
- Cleaned up print view (save as pdf)
- Standardized all components and pages to Fast Refresh requirements
- Updates to documentation
- Countless other things I am probably forgetting...
- Refactoring some payload logic into a utility
- Adding Raw custom stats and counters
- Added first addon handler, Metrics by Endpoint
- Added formatting to numbers for readability (Easier to read larger numbers)
- Added spacing to badges for readability (Periods hard to make out)
- p95 & p99 Added to Latency over time graph
- Stubbed out in Aggregate Latency component, but untested.
- Added support for Artillery Pro v2 report files
- Initial Release