divekit / divekit-report_visualizer

A component of divekit used to create a visualization from test reports.
MIT License
0 stars 0 forks source link

Interface to `divekit/divekit-gamification` #1

Open BlobCodes opened 1 year ago

BlobCodes commented 1 year ago

https://github.com/divekit/divekit-gamification requires access to the processed reports.

Therefore, an interface to export the reports in a machine-readable format is required.

BlobCodes commented 1 year ago

Current considerations:

The "gamification" aspect of divekit will not directly be integrated into the report visualizer. To keep the visualizer simple, the template engine will be expanded to enable exporting into multiple formats. Uploading this data to divekit/divekit-gamification must be done separately.