|
| 1 | +--- |
| 2 | +id: accessibility-report-bug |
| 3 | +title: Report Bugs on your Integration tools from LambdaTest Accessibility Testing |
| 4 | +hide_title: false |
| 5 | +sidebar_label: Report Bugs |
| 6 | +description: Report the bugs that you are expereinceing |
| 7 | +keywords: |
| 8 | + - LambdaTest |
| 9 | + - Accessibility |
| 10 | + - Testing |
| 11 | + - Bug Reporting |
| 12 | + - Reports |
| 13 | +url: https://www.lambdatest.com/support/docs/accessibility-report-bug/ |
| 14 | +site_name: LambdaTest |
| 15 | +slug: accessibility-report-bug/ |
| 16 | +--- |
| 17 | + |
| 18 | +import CodeBlock from '@theme/CodeBlock'; |
| 19 | +import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys"; |
| 20 | + |
| 21 | +<script type="application/ld+json" |
| 22 | + dangerouslySetInnerHTML={{ __html: JSON.stringify({ |
| 23 | + "@context": "https://schema.org", |
| 24 | + "@type": "BreadcrumbList", |
| 25 | + "itemListElement": [{ |
| 26 | + "@type": "ListItem", |
| 27 | + "position": 1, |
| 28 | + "name": "Home", |
| 29 | + "item": "https://www.lambdatest.com" |
| 30 | + },{ |
| 31 | + "@type": "ListItem", |
| 32 | + "position": 2, |
| 33 | + "name": "Support", |
| 34 | + "item": "https://www.lambdatest.com/support/docs/" |
| 35 | + },{ |
| 36 | + "@type": "ListItem", |
| 37 | + "position": 3, |
| 38 | + "name": "Navigating Dashboard", |
| 39 | + "item": "https://www.lambdatest.com/support/docs/accessibility-report-bug/" |
| 40 | + }] |
| 41 | + }) |
| 42 | + }} |
| 43 | +></script> |
| 44 | +The Bug Reporting feature in LambdaTest Accessibility Testing helps you to efficiently log, track, and manage accessibility issues identified during testing. This feature ensures seamless collaboration between testers and developers by integrating with popular issue tracking tools. |
| 45 | + |
| 46 | +## Key Features |
| 47 | +- **Integration with Issue Tracking Tools :** Supports integrations with Jira, Trello, Asana, GitHub, GitLab, and Slack. |
| 48 | +- **Detailed Issue Reports :** Capture essential details such as element selectors, contrast issues, ARIA violations, and WCAG compliance errors. |
| 49 | +- **Team Collaboration :** Assign bugs to team members, set priorities, and track resolution status. |
| 50 | + |
| 51 | +## Steps to Report a Bug |
| 52 | +### Prerequisite |
| 53 | +- Integrate your LambdaTest account with your required [Bug Tracker platform](https://www.lambdatest.com/support/docs/bug-tracking-tools/). |
| 54 | + |
| 55 | +### Step 1. Navigating to Accessibility Test Report |
| 56 | +- Navigate to **Accessibility** section in your LambdaTest dashboard. |
| 57 | +- Go to the **Manual/Automation** Reports. |
| 58 | +- Select the report for which you want to mark it as **Bug**. |
| 59 | + |
| 60 | +<img loading="lazy" src={require('../assets/images/accessibility-testing/mark-bug/1.png').default} alt="accessibility-mark-bug" className="doc_img"/> |
| 61 | + |
| 62 | +### Step 2. Reporting an Issue |
| 63 | +- Click on the **Report Bug** icon in the top right cornter. |
| 64 | +- A pop-up window will open, fill up the details and create a issue for the same. |
| 65 | +- The issue will be notified in your selected bug reporting platform. |
| 66 | + |
| 67 | +<img loading="lazy" src={require('../assets/images/accessibility-testing/mark-bug/2.png').default} alt="accessibility-mark-bug" className="doc_img"/> |
0 commit comments