Skip to content

Commit 710b576

Browse files
committed
added accessibility
1 parent 6ed173e commit 710b576

File tree

3 files changed

+196
-10
lines changed

3 files changed

+196
-10
lines changed
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: Easily edit accessibility scan settings in LambdaTest. Update scan names, recurrence schedules, and timings to keep your tests organized and efficient.
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: Learn how to schedule accessibility scans with LambdaTest. Configure scans, automate WCAG compliance checks, and analyze detailed reports with ease.
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"/>

sidebars.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,16 +1627,16 @@ module.exports = {
16271627
},
16281628
],
16291629
},
1630-
// {
1631-
// type: "category",
1632-
// collapsed: true,
1633-
// label: "Accessibility Test Scheduling",
1634-
// link: {
1635-
// type: "doc",
1636-
// id: "accessibility-test-scheduling"
1637-
// },
1638-
// items: ["accessibility-test-scheduling-scan", "accessibility-test-scheduling-edit"]
1639-
// },
1630+
{
1631+
type: "category",
1632+
collapsed: true,
1633+
label: "Accessibility Test Scheduling",
1634+
link: {
1635+
type: "doc",
1636+
id: "accessibility-test-scheduling"
1637+
},
1638+
items: ["accessibility-test-scheduling-scan", "accessibility-test-scheduling-edit"]
1639+
},
16401640
{
16411641
type: "doc",
16421642
label: "Screen Reader",

0 commit comments

Comments
 (0)