Skip to content

Commit a83044c

Browse files
authored
Merge pull request #1550 from surishubham/main
Merge pull request #1549 from amanchopra1905/stage
2 parents b02227e + abfbb78 commit a83044c

File tree

2 files changed

+68
-1
lines changed

2 files changed

+68
-1
lines changed

docs/accessibility-report-bug.md

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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"/>

docs/assembla-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ slug: assembla-integration/
4747

4848
Assembla is a cloud-based platform that provides version control and project management tools specifically designed for software development teams. It supports multiple version control systems, such as Git, Subversion (SVN), and Perforce, allowing teams to manage their source code, track changes, and collaborate more efficiently.
4949

50-
LambdaTest integrates with Assembla, allowing users to file issues directly from the platform, assign them to team members, and attach screenshots during a test session, with populated fields displayed on the BugHerd platform for each testing instance.
50+
LambdaTest integrates with Assembla, allowing users to file issues directly from the platform, assign them to team members, and attach screenshots during a test session, with populated fields displayed on the Assembla platform for each testing instance.
5151

5252
> Assembla Integration with LambdaTest is available for freemium as well as premium plan.
5353

0 commit comments

Comments
 (0)