Skip to content

Files

Latest commit

 

History

History
50 lines (45 loc) · 2.01 KB

accessibility-testing-dashboard-all-issues.md

File metadata and controls

50 lines (45 loc) · 2.01 KB
id title hide_title sidebar_label description keywords url site_name slug
accessibility-testing-dashboard-all-issues
All Issues
false
All Issues
Access a detailed breakdown of issues, including type, WCAG guideline violations, and customizable filtering options for a seamless user experience.
LambdaTest
Accessibility
Testing
DevTools
all issues
LambdaTest
accessibility-testing-dashboard-all-issues/

import CodeBlock from '@theme/CodeBlock'; import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";

<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify({ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.lambdatest.com" },{ "@type": "ListItem", "position": 2, "name": "Support", "item": "https://www.lambdatest.com/support/docs/" },{ "@type": "ListItem", "position": 3, "name": "Navigating Dashboard", "item": "https://www.lambdatest.com/support/docs/accessibility-testing-dashboard-all-issues/" }] }) }} ></script>

This section enlists all the issues along with the tag of type of issue, what guideline of WCAG it is violating, and also you can filter it as per your convenience.

<img loading="lazy" src={require('../assets/images/accessibility-testing/dashboard/9.png').default} alt="automation-dashboard" className="doc_img"/>

Click on the Review Issues button and it will list down all those issues which needs to be reviewed manually by the tester or the developer to make sure it is actually an issue.

<img loading="lazy" src={require('../assets/images/accessibility-testing/dashboard/10.png').default} alt="automation-dashboard" className="doc_img"/>