aqa-test-tools
aqa-test-tools copied to clipboard
Create AQAvit Certification View
We would like to show AQAvit Certification results. An AQAvit Certification menu should be created on the left side menu after By Pipeline.
https://github.com/adoptium/aqa-test-tools/blob/master/test-result-summary-client/src/App.jsx#L48
The link should be /tests/AQAvitCert.
In TopLevelBuilds.jsx, if type is AQAvitCert, we should query /api/getTopLevelBuildNames?type=Test&AQAvitCert=true.
We expect AQAvit Certification data contains AQAvitCert=true. All other build data should not contain AQAvitCert=true.
I can take this
Currently, there is no AQAvitCert data for this view to be created. Ideally, this work requires the data from https://github.com/adoptium/aqa-test-tools/issues/548.