Appearance
Run Details
Select a scan run to view detailed results.
The Run Details page provides:
- Repository information
- Branch information
- Commit information
- Scan date
- Scan status
- Open issues count
- Fixed issues count
File-Level Results
Issues are grouped by source file.
Example:
src/components/ProductCard.vue
src/views/CheckoutView.vue
src/components/Header.vueFor each file, QualiBooth displays:
- Open issues
- Fixed issues
This helps developers focus remediation efforts on specific files.
Open Issues
Open Issues are accessibility violations currently detected in the selected scan run.
These findings represent issues that require review and potential remediation by the development team.
Fixed Issues
Fixed Issues are accessibility violations that have been reviewed and marked as fixed by users after the corresponding code changes have been implemented.
This allows teams to track remediation efforts and monitor accessibility improvement over time.