Skip to content

Commit 195f5c7

Browse files
authored
Merge pull request LambdaTest#1176 from amanchopra1905/stage
kane ai and meta desc updates
2 parents 5944339 + 611ccb0 commit 195f5c7

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

docs/accessibility-test-scheduling-edit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: accessibility-test-scheduling-edit
33
title: Edit an Accessibility Scan
44
hide_title: false
55
sidebar_label: Edit the Scan
6-
description: Customize your testing with LambdaTest Accessibility DevTools' extensive settings, tailored to meet your specific needs and preferences.
6+
description: Easily edit accessibility scan settings in LambdaTest. Update scan names, recurrence schedules, and timings to keep your tests organized and efficient.
77
keywords:
88
- LambdaTest
99
- Accessibility

docs/accessibility-test-scheduling-scan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: accessibility-test-scheduling-scan
33
title: Steps to Schedule an Accessibility Scan
44
hide_title: false
55
sidebar_label: Schedule a Scan
6-
description: Customize your testing with LambdaTest Accessibility DevTools' extensive settings, tailored to meet your specific needs and preferences.
6+
description: Learn how to schedule accessibility scans with LambdaTest. Configure scans, automate WCAG compliance checks, and analyze detailed reports with ease.
77
keywords:
88
- LambdaTest
99
- Accessibility

docs/accessibility-test-scheduling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: accessibility-test-scheduling
33
title: Accessibility Test Scheduling
44
hide_title: false
55
sidebar_label: Accessibility Test Scheduling
6-
description: Customize your testing with LambdaTest Accessibility DevTools' extensive settings, tailored to meet your specific needs and preferences.
6+
description: Automate accessibility testing with LambdaTest's Accessibility Scheduler. Schedule scans, ensure WCAG compliance, and get detailed reports effortlessly.
77
keywords:
88
- LambdaTest
99
- Accessibility

docs/kane-ai-modules.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,38 +46,37 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
4646
The KaneAI Modules feature is a powerful tool for optimizing your testing processes. By converting test steps into reusable modules, you can enhance productivity and maintain accuracy in your test executions. Follow this guide to fully utilize this feature and maximize the potential of your testing workflows.
4747

4848
## Step-by-Step Guide
49-
### Step 1: Prepare Your Test
50-
- Begin with a completed test in KaneAI that contains a series of executed test steps. These steps will form the basis of your module.
49+
### Step 1: Author Your test using KaneAI
50+
- Begin with authoring your test with KaneAI and executing a set of test steps. These steps will form the basis of your module.
5151

5252
<img loading="lazy" src={require('../assets/images/kane-ai/features/modules/1.png').default} alt="automation-dashboard" className="doc_img"/>
5353

54-
### Step 2: Pause and Select Test Cases
54+
### Step 2: Pause and Select Test Steps
5555
- Click the Pause Test button.
5656
- Select the test steps you wish to include in the module.
5757

5858
For example, if you want to group test steps related to login functionality, highlight those steps.
5959

6060
<img loading="lazy" src={require('../assets/images/kane-ai/features/modules/2.png').default} alt="automation-dashboard" className="doc_img"/>
6161

62-
### Step 3: Create a New Module
62+
### Step 3: Create and Save your Module
6363
- With the relevant test steps selected, click on the Create Module button.
6464
- Enter a module name and description:
6565
- **Name :** "Login Flow for LambdaTest.com"
6666
- **Description :** "This is the login flow module."
6767

6868
<img loading="lazy" src={require('../assets/images/kane-ai/features/modules/3.png').default} alt="automation-dashboard" className="doc_img"/>
6969

70-
### Step 4: Save the Module
7170
- Click Create Module to finalize the process. The selected steps will be converted into a module structure. You can now view and manage these steps as a cohesive unit.
7271

7372
<img loading="lazy" src={require('../assets/images/kane-ai/features/modules/4.png').default} alt="automation-dashboard" className="doc_img"/>
7473

75-
### Step 5: Reuse Modules in a New Test
76-
- Create a new test in KaneAI to demonstrate module reuse. Navigate back to KaneAI’s testing interface.
74+
### Step 4: Reuse Modules in a New Test
75+
- Create a new test in KaneAI to demonstrate module reuse.
7776

7877
<img loading="lazy" src={require('../assets/images/kane-ai/features/modules/5.png').default} alt="automation-dashboard" className="doc_img"/>
7978

80-
### Step 6: Access the Modules Functionality
79+
### Step 5: Access the Modules Functionality
8180
- Create a web test in KaneAI and use either of the following methods to access existing modules:
8281
- Click the **plus (+)** icon in the test interface.
8382
- Type a **slash (/)** to invoke the modules menu.
@@ -86,21 +85,20 @@ Here, you can browse all existing modules, including the one you just created.
8685

8786
<img loading="lazy" src={require('../assets/images/kane-ai/features/modules/6.png').default} alt="automation-dashboard" className="doc_img"/>
8887

89-
### Step 7: Add a Module to Your Test
9088
- Select the desired module from the list, add the module to the test queue and observe as the execution of the module’s test steps begins automatically, eliminating the need to reconfigure or repeat those steps.
9189

9290
<img loading="lazy" src={require('../assets/images/kane-ai/features/modules/7.png').default} alt="automation-dashboard" className="doc_img"/>
9391

94-
### Step 8: Streamline Your Testing Workflow
92+
## Conclusion
93+
9594
By following the steps above, you can:
9695

9796
- Reuse existing test modules effortlessly.
9897
- Reduce duplication in test creation.
9998
- Maintain consistency across test cases.
10099

101-
<img loading="lazy" src={require('../assets/images/kane-ai/features/modules/8.png').default} alt="automation-dashboard" className="doc_img"/>
100+
> 📕 Refer here for your created [KaneAI Modules](https://kaneai.lambdatest.com/module) 🚀
102101
103-
## Video Explanation]
104102
<video class="right-side" width="100%" controls id="vid">
105103
<source src= {require('../assets/images/kane-ai/features/modules/output.mp4').default} type="video/mp4" />
106104
</video>

0 commit comments

Comments
 (0)