This repository contains accessibility testing results generated using the axe DevTools.
The JSON files in this repository represent the accessibility audit outputs for the tested application. These results help identify areas for improvement to ensure compliance with accessibility standards such as WCAG (Web Content Accessibility Guidelines).
accessibility-test/
: Contains the JSON files generated by axe DevTools.- Each JSON file corresponds to a specific page or component tested.
Each JSON file includes detailed information about:
- Violations: Issues that fail accessibility checks.
- Passes: Elements that meet accessibility standards.
- Incomplete: Elements that could not be fully tested.
- Inapplicable: Rules that did not apply to the tested page/component.
description
: A brief description of the issue.impact
: The severity level (e.g., minor, moderate, serious, critical).tags
: Related WCAG guidelines and standards.nodes
: A list of elements where the issue occurs, including:html
: The HTML of the affected element.target
: The selector of the affected element.failureSummary
: A summary of why the element failed the check.
-
Clone this repository:
git clone https://github.com/test-automation.git
-
Navigate to the repository:
cd accessibility-test
-
Open the JSON file using a text editor or JSON viewer to review the accessibility findings.
If you would like to contribute to this repository:
- Fork the repository.
- Make your changes or add new accessibility testing results.
- Submit a pull request for review.
This project is licensed under the MIT License
For questions or suggestions, feel free to create an issue in this repository.