Skip to content

Merge pull request #1549 from amanchopra1905/stage #1550

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions docs/accessibility-report-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
id: accessibility-report-bug
title: Report Bugs on your Integration tools from LambdaTest Accessibility Testing
hide_title: false
sidebar_label: Report Bugs
description: Report the bugs that you are expereinceing
keywords:
- LambdaTest
- Accessibility
- Testing
- Bug Reporting
- Reports
url: https://www.lambdatest.com/support/docs/accessibility-report-bug/
site_name: LambdaTest
slug: accessibility-report-bug/
---

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-report-bug/"
}]
})
}}
></script>
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.

## Key Features
- **Integration with Issue Tracking Tools :** Supports integrations with Jira, Trello, Asana, GitHub, GitLab, and Slack.
- **Detailed Issue Reports :** Capture essential details such as element selectors, contrast issues, ARIA violations, and WCAG compliance errors.
- **Team Collaboration :** Assign bugs to team members, set priorities, and track resolution status.

## Steps to Report a Bug
### Prerequisite
- Integrate your LambdaTest account with your required [Bug Tracker platform](https://www.lambdatest.com/support/docs/bug-tracking-tools/).

### Step 1. Navigating to Accessibility Test Report
- Navigate to **Accessibility** section in your LambdaTest dashboard.
- Go to the **Manual/Automation** Reports.
- Select the report for which you want to mark it as **Bug**.

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

### Step 2. Reporting an Issue
- Click on the **Report Bug** icon in the top right cornter.
- A pop-up window will open, fill up the details and create a issue for the same.
- The issue will be notified in your selected bug reporting platform.

<img loading="lazy" src={require('../assets/images/accessibility-testing/mark-bug/2.png').default} alt="accessibility-mark-bug" className="doc_img"/>
2 changes: 1 addition & 1 deletion docs/assembla-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ slug: assembla-integration/

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.

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.
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.

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

Expand Down
Loading