Skip to content

Commit 40eaf88

Browse files
kane ai updates
1 parent 983affe commit 40eaf88

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docs/kane-ai-modules.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ 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

@@ -67,17 +67,16 @@ For example, if you want to group test steps related to login functionality, hig
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,21 @@ 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
9592
By following the steps above, you can:
9693

9794
- Reuse existing test modules effortlessly.
9895
- Reduce duplication in test creation.
9996
- Maintain consistency across test cases.
10097

98+
> Refer here for your created [KaneAI Modules](https://kaneai.lambdatest.com/module)
99+
101100
<img loading="lazy" src={require('../assets/images/kane-ai/features/modules/8.png').default} alt="automation-dashboard" className="doc_img"/>
102101

103-
## Video Explanation]
102+
## Video Explanation
104103
<video class="right-side" width="100%" controls id="vid">
105104
<source src= {require('../assets/images/kane-ai/features/modules/output.mp4').default} type="video/mp4" />
106105
</video>

0 commit comments

Comments
 (0)