Skip to content

Commit c50d407

Browse files
committed
Merge pull request #1491 from amanchopra1905/stage
Kane AI Schedule Test Runs
1 parent b1e2602 commit c50d407

File tree

9 files changed

+72
-1
lines changed

9 files changed

+72
-1
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Binary file not shown.

docs/kaneai-scheduled-test-runs.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
id: kaneai-scheduled-test-runs
3+
title: Scheduled Test Runs
4+
hide_title: false
5+
sidebar_label: Scheduled Test Runs
6+
description: This documentation will help you to understand how to create a scheduled test runs via KaneAI
7+
keywords:
8+
- users management lambdatest
9+
- manage user
10+
url: https://www.lambdatest.com/support/docs/kaneai-test-manager-access-management/
11+
site_name: LambdaTest
12+
slug: kaneai-scheduled-test-runs/
13+
---
14+
15+
<script type="application/ld+json"
16+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
17+
"@context": "https://schema.org",
18+
"@type": "BreadcrumbList",
19+
"itemListElement": [{
20+
"@type": "ListItem",
21+
"position": 1,
22+
"name": "Home",
23+
"item": "https://www.lambdatest.com"
24+
},{
25+
"@type": "ListItem",
26+
"position": 2,
27+
"name": "Support",
28+
"item": "https://www.lambdatest.com/support/docs/"
29+
},{
30+
"@type": "ListItem",
31+
"position": 3,
32+
"name": "Scheduled Test Runs",
33+
"item": "https://www.lambdatest.com/support/docs/kaneai-scheduled-test-runst/"
34+
}]
35+
})
36+
}}
37+
></script>
38+
In this documentation, you will learn how to create a scheduled test run using pre-existing test runs. This involves navigating through your project, selecting test configurations, and setting up recurring schedules to automate test executions at specified times.
39+
40+
**Step 1:** Navigate to **Test Manager** >> select your desired project >> **Test Runs** section.
41+
42+
<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/1.png').default} alt="testing" className="doc_img" />
43+
44+
**Step 2:** Here, you will see the details of your existing test runs. To create a schedule, click on the three dots next to a test run and select **Create Schedule**. Alternatively, you can go to the **Scheduled runs** section to view all existing schedules. If you don't have any existing schedule, click on **Create a Scheduled Run** button to create a scheduled run.
45+
46+
> Test Runs must be created before creating a test run schedule.
47+
48+
<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/2.png').default} alt="testing" className="doc_img" />
49+
50+
**Step 3:** Provide the details related to the test you want to schedule, like **Schedule Name**, select existing test run you want to schedule, and configure the date and time details.
51+
52+
<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/3.png').default} alt="testing" className="doc_img" />
53+
54+
**Step 4:** After making your selections, click **Next** to review a summary of the schedule, including the scheduled date and time.
55+
56+
<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/4.png').default} alt="testing" className="doc_img" />
57+
58+
**Step 5:** In the **Build Parameters** box, you can define your desired concurrency for the tests. Click on the **Advanced Configurations** button to configure settings like network logs, console settings, or accessibility testing. If necessary, [replace URL settings](/support/docs/kaneai-dynamic-url-replacement/). Finally, click **Schedule Test Run** to create a recurring schedule.
59+
60+
<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/5.png').default} alt="testing" className="doc_img" />
61+
62+
**Step 6:** Click on any existing schedule to view detailed information, including a summary of test outcomes, passed and failed cases, and their respective instances. This helps in easily reviewing and proceeding with the tests.
63+
64+
<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/6.png').default} alt="testing" className="doc_img" />
65+
66+
## Video Explanation
67+
68+
<video class="right-side" width="100%" controls id="vid">
69+
<source src= {require('../assets/images/kane-ai/features/schedule-tests/output.mp4').default} type="video/mp4" />
70+
</video>

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,8 @@ module.exports = {
11271127
"kaneai-modules-versions-and-enhancement",
11281128
"kane-ai-assertions",
11291129
"kaneai-dynamic-url-replacement",
1130-
"kaneai-chrome-options"
1130+
"kaneai-chrome-options",
1131+
"kaneai-scheduled-test-runs"
11311132
],
11321133
},
11331134
{

0 commit comments

Comments
 (0)