[AB Comparison] Show config name in tests table
@alanpeixinho is already working on this.
Since Sep 16, 2026.
- Dominant language
- Python
- Stars
- 9
- Forks
- 31
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 16
Description
Currently, the tests table in the A/B Comparison may display rows that appear to be duplicates because they have the same path, architecture, platform, and status.
After investigating these records in the database, we found that some of these tests actually have different config_name values. Since this information is not currently displayed in the table, there is no way for users to distinguish between them.
The config_name field is already included in the comparison endpoint response, so this change should only require updates to the frontend.
Goal
Add the config name to the A/B Comparison tests table so users can distinguish tests that share the same path, architecture, and platform but were executed with different configurations.
Visual reference
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.