Skip to content

Commit 634ebcd

Browse files
Aman1905Ishavyas9
authored andcommitted
accessibility scheduler
1 parent e78952e commit 634ebcd

File tree

7 files changed

+201
-62
lines changed

7 files changed

+201
-62
lines changed
-1.26 KB
Loading
44.6 KB
Loading
40.3 KB
Loading
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
id: accessibility-test-scheduling-edit
3+
title: Edit an Accessibility Scan
4+
hide_title: false
5+
sidebar_label: Edit the Scan
6+
description: Customize your testing with LambdaTest Accessibility DevTools' extensive settings, tailored to meet your specific needs and preferences.
7+
keywords:
8+
- LambdaTest
9+
- Accessibility
10+
- Testing
11+
- DevTools
12+
- Accessibility Testing Settings
13+
url: https://www.lambdatest.com/support/docs/accessibility-test-scheduling-edit/
14+
site_name: LambdaTest
15+
slug: accessibility-test-scheduling-edit/
16+
---
17+
18+
import Tabs from '@theme/Tabs';
19+
import TabItem from '@theme/TabItem';
20+
import NewTag from '../src/component/newTag';
21+
22+
<script type="application/ld+json"
23+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
24+
"@context": "https://schema.org",
25+
"@type": "BreadcrumbList",
26+
"itemListElement": [{
27+
"@type": "ListItem",
28+
"position": 1,
29+
"name": "Home",
30+
"item": "https://www.lambdatest.com"
31+
},{
32+
"@type": "ListItem",
33+
"position": 2,
34+
"name": "Support",
35+
"item": "https://www.lambdatest.com/support/docs/"
36+
},{
37+
"@type": "ListItem",
38+
"position": 3,
39+
"name": "Edit an Accessibility Scan",
40+
"item": "https://www.lambdatest.com/support/docs/accessibility-test-scheduling-edit/"
41+
}]
42+
})
43+
}}
44+
></script>
45+
The Edit Report feature in Accessibility Scheduling allows you to modify scan settings for your scheduled accessibility tests. This document provides a step-by-step guide to update the scan name, recurrence details, and time for accessibility reports.
46+
47+
## Accessing the Edit Report Feature
48+
- Navigate to the Accessibility section on your LambdaTest dashboard.
49+
- Select the report you want to edit from the Scheduled Tests list.
50+
- Click on the Edit button located at the top right corner of the report.
51+
52+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/6.png').default} className="doc_img"/>
53+
54+
## Editing the Scan Details
55+
Once you click on the Edit button, a dialog box will appear with the following options:
56+
57+
### 1. Scan Name
58+
- You can update the name of the scan to better reflect its purpose.
59+
- **Example :** Change the name from `Monday, Tuesday, Friday Report for YT Platform` to a more descriptive title if needed.
60+
61+
### 2. Recurring Details
62+
- **Modify the days** on which the scan will run: Select the days from the dropdown (e.g., Monday, Tuesday, Friday).
63+
- **Update the time** for the recurring scan: Specify the time (e.g., 12:00 PM) and time zone (e.g., GMT +05:30 Asia/Calcutta).
64+
65+
After making the necessary updates, click Save changes to apply the modifications. If you wish to discard changes, click Cancel.
66+
67+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/7.png').default} className="doc_img"/>
68+
69+
> Once the changes are saved, the updated scan name and schedule will reflect in the Scheduled Tests section. The next scan on date and time will be automatically adjusted based on the new recurrence settings.
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
---
2+
id: accessibility-test-scheduling-scan
3+
title: Steps to Schedule an Accessibility Scan
4+
hide_title: false
5+
sidebar_label: Schedule a Scan
6+
description: Customize your testing with LambdaTest Accessibility DevTools' extensive settings, tailored to meet your specific needs and preferences.
7+
keywords:
8+
- LambdaTest
9+
- Accessibility
10+
- Testing
11+
- DevTools
12+
- Accessibility Testing Settings
13+
url: https://www.lambdatest.com/support/docs/accessibility-test-scheduling-scan/
14+
site_name: LambdaTest
15+
slug: accessibility-test-scheduling-scan/
16+
---
17+
18+
import Tabs from '@theme/Tabs';
19+
import TabItem from '@theme/TabItem';
20+
import NewTag from '../src/component/newTag';
21+
22+
<script type="application/ld+json"
23+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
24+
"@context": "https://schema.org",
25+
"@type": "BreadcrumbList",
26+
"itemListElement": [{
27+
"@type": "ListItem",
28+
"position": 1,
29+
"name": "Home",
30+
"item": "https://www.lambdatest.com"
31+
},{
32+
"@type": "ListItem",
33+
"position": 2,
34+
"name": "Support",
35+
"item": "https://www.lambdatest.com/support/docs/"
36+
},{
37+
"@type": "ListItem",
38+
"position": 3,
39+
"name": "Steps to Schedule an Accessibility Scan",
40+
"item": "https://www.lambdatest.com/support/docs/accessibility-test-scheduling-scan/"
41+
}]
42+
})
43+
}}
44+
></script>
45+
## Step 1: Access the Scheduled Scan Feature
46+
- Open the Accessibility Testing Dashboard.
47+
- Click the “Scheduled Scan” option from the menu.
48+
49+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/1.png').default} className="doc_img"/>
50+
51+
## Step 2: Configure the Scan
52+
- Enter the Scan Name for identification.
53+
- Select the desired WCAG version for compliance.
54+
55+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/2.png').default} className="doc_img"/>
56+
57+
## Step 3. Add Pages for the Scan
58+
59+
<Tabs className="docs__val">
60+
61+
<TabItem value="sitemap" label="Extract URLs from Sitemap" default>
62+
- Enter your domain URL or XML sitemap URL
63+
- Click on the Fetch Sitemap button to extract all the URLs
64+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.2.png').default} className="doc_img"/>
65+
</TabItem>
66+
67+
<TabItem value="manual" label="Add URLs Manually" default>
68+
- In the Add Pages field, input individual URLs.
69+
- Click Add for each URL.
70+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.1.png').default} className="doc_img"/>
71+
</TabItem>
72+
73+
<TabItem value="csv" label="Upload URLs via CSV" default>
74+
- Prepare a CSV file with the list of URLs.
75+
- Click Upload CSV to import the file.
76+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.3.png').default} className="doc_img"/>
77+
</TabItem>
78+
79+
</Tabs>
80+
81+
### Advanced Options
82+
- **Local Testing Setup (Tunnel) :** If scanning locally hosted URLs, add a Local Testing Setup/Tunnel to access non-public environments. <NewTag value="Upcoming" />
83+
- **Login Configuration :** For pages requiring authentication, configure the Login Settings by providing credentials or session details.
84+
- **Review Issues :** Enable Needs Review for areas requiring manual inspection.
85+
- **Best Practices Issues :** Check Best Practices to include suggestions for better accessibility.
86+
87+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.4.png').default} className="doc_img"/>
88+
89+
## Step 4. Create the Scan
90+
- Select between a Recurring scan (Recommended) or a Quick scan which allow you to perform an immediate scan of the provided URLs without scheduling.
91+
- Specify the frequency (e.g., daily, weekly) and timing details.
92+
93+
Once all details are configured, click Schedule Scan button.
94+
95+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/4.png').default} className="doc_img"/>
96+
97+
:::info
98+
The **Run Initial Scan** checkbox, adds flexibility to the scheduling feature. If enabled:
99+
- The scan will run immediately after configuration, regardless of the chosen recurring schedule.
100+
- This is useful for verifying the setup and ensuring that the scan configuration works as intended.
101+
:::
102+
103+
## Step 5: Access Reports
104+
- Navigate to the Website Scanner section on the dashboard.
105+
- Select the desired report from the Scan Summary list.
106+
107+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/5.png').default} className="doc_img"/>
108+
109+
## Step 6: Analyze the Scan Report
110+
After selecting a scan, A detailed scan report will open, as shown in the provided screenshot. The report will display the following key components:
111+
- **Total Issues :** A graph summarizing the trend of detected issues over the last few runs.
112+
- **Severity Trend :** A chart categorizing issues by severity (e.g., Critical, Serious, Moderate, Minor).
113+
- **Pages Scanned :** A list of scanned pages with their corresponding issue counts categorized by severity.
114+
115+
You can drill down into individual page URLs to view the number of issues found on that specific page using filters provided. From the scan report page, you can also edit, share and stop recurring scan if its no longer required.
116+
117+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/6.png').default} className="doc_img"/>

docs/accessibility-test-scheduling.md

Lines changed: 8 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -41,71 +41,19 @@ import TabItem from '@theme/TabItem';
4141
})
4242
}}
4343
></script>
44-
Web accessibility ensures that all users, including those with disabilities, can access and interact with web content. The process of manually verifying accessibility compliance is often time-consuming and prone to errors. To address this, the **Scheduled Accessibility Scan** feature allows you to automate accessibility checks for websites based on specified **WCAG (Web Content Accessibility Guidelines)** standards, making the process efficient and reliable.
44+
Web Accessibility is crucial for creating inclusive digital experiences. This ensures that all the users, including those with disabilities, can access and interact with web content. However, manually verifying accessibility compliance is often time-intensive and prone to human error.
4545

46-
This guide explains how to schedule, configure, and manage accessibility scans using the **Accessibility Testing Dashboard**.
46+
To address these challenges, LambdaTest introduces the Accessibility Scheduler—an automated solution to help you stay compliant with WCAG (Web Content Accessibility Guidelines). This tool streamlines accessibility testing by automating checks and generating comprehensive reports, ensuring a faster, more reliable process.
47+
48+
The Scheduled Accessibility Scan feature allows you to automate recurring or one-time accessibility scans, significantly reducing manual effort while ensuring high standards of accessibility compliance.
4749

4850
## Key Features
4951
- **Automated Scheduling :** Set up recurring or one-time scans for your websites.
5052
- **WCAG Compliance :** Ensure your websites adhere to WCAG standards (selectable version).
5153
- **Local and Authenticated Pages :** Configure scans for local environments and authenticated pages.
5254
- **Comprehensive Reporting :** Receive detailed scan reports via email and access them on the dashboard.
5355

54-
## Steps to Schedule an Accessibility Scan
55-
### Step 1: Access the Scheduled Scan Feature
56-
- Open the Accessibility Testing Dashboard.
57-
- Click the “Scheduled Scan” option from the menu.
58-
59-
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/1.png').default} className="doc_img"/>
60-
61-
### Step 2: Configure the Scan
62-
- Enter the Scan Name for identification.
63-
- Select the desired WCAG version for compliance.
64-
65-
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/2.png').default} className="doc_img"/>
66-
67-
### Step 3. Add Pages for the Scan
68-
69-
<Tabs className="docs__val">
70-
71-
<TabItem value="manual" label="Add URLs Manually" default>
72-
- In the Add Pages field, input individual URLs.
73-
- Click Add for each URL.
74-
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.1.png').default} className="doc_img"/>
75-
</TabItem>
76-
77-
<TabItem value="csv" label="Upload URLs via CSV" default>
78-
- Prepare a CSV file with the list of URLs.
79-
- Click Upload CSV to import the file.
80-
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.3.png').default} className="doc_img"/>
81-
</TabItem>
82-
83-
<TabItem value="sitemap" label="Extract URLs from Sitemap" default>
84-
- Enter your domain URL or XML sitemap URL
85-
- Click on the Fetch Sitemap button to extract all the URLs
86-
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.2.png').default} className="doc_img"/>
87-
</TabItem>
88-
89-
</Tabs>
90-
91-
#### Advanced Options
92-
- **Local Testing Setup :** If scanning locally hosted URLs, add a Local Testing Setup/Tunnel to access non-public environments.
93-
- **Login Configuration :** For pages requiring authentication, configure the Login Settings by providing credentials or session details.
94-
- **Review Issues :** Enable Needs Review for areas requiring manual inspection.
95-
- **Best Practices Issues :** Check Best Practices to include suggestions for better accessibility.
96-
97-
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.4.png').default} className="doc_img"/>
98-
99-
### Step 4. Create the Scan
100-
- Select between a Recurring scan (Recommended) or a Quick scan.
101-
- Specify the frequency (e.g., daily, weekly) and timing details.
102-
103-
Once all details are configured, click Schedule Scan button.
104-
105-
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/4.png').default} className="doc_img"/>
106-
107-
### Step 5: Access Reports
108-
- Navigate to the Website Scanner section on the dashboard.
109-
- Select the desired report from the Scan Summary list.
110-
111-
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/5.png').default} className="doc_img"/>
56+
## Use Case
57+
- **Developers :** Stay ahead of accessibility issues by scheduling regular scans and ensuring WCAG compliance throughout the development lifecycle.
58+
- **QA Testers :** Conduct detailed accessibility testing as part of their quality assurance workflows.
59+
- **Product Managers :** Monitor accessibility performance across websites to meet organizational and legal compliance requirements.

sidebars.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,9 +1624,14 @@ module.exports = {
16241624
],
16251625
},
16261626
{
1627-
type: "doc",
1627+
type: "category",
1628+
collapsed: true,
16281629
label: "Accessibility Test Scheduling",
1629-
id: "accessibility-test-scheduling"
1630+
link: {
1631+
type: "doc",
1632+
id: "accessibility-test-scheduling"
1633+
},
1634+
items: ["accessibility-test-scheduling-scan", "accessibility-test-scheduling-edit"]
16301635
},
16311636
{
16321637
type: "category",

0 commit comments

Comments
 (0)