You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
Export results as JSON file (optional for 1.1.0 milestone)
Export results and graphs to PDF, in a similar format to their presentation on the UI, as a ready made report you can immediately share (nice to have for 1.1.0 milestone)
Testing: ensure all fields are exported to CSV (native format is JSON), Titles are written in plain English, no issues with larger result files
Tasks
Saving Test Run results in db
Getting Test Run results from cAdvisor
New API to export data by test_suite_id (DB & Prometheus)
Query prometheus (CPU and memory, client and server) according to test run start/end time and aggregate to avg result
UI changes: add button to export data according to design
Add get API for test suites and test runs (one Test Suite includes 1 or more Test Runs)
The text was updated successfully, but these errors were encountered:
Description
Allow exporting Test Suite results, with all its 'Test-Runs', to a file.
JSON example:
Acceptance Criteria
Tasks
The text was updated successfully, but these errors were encountered: