Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
1 change: 0 additions & 1 deletion docs/hyperexecute-yaml-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ The **HyperExecute YAML** file serves as the foundational component for test exe
| [postDirectives](/support/docs/deep-dive-into-hyperexecute-yaml/#postdirectives) | Map |Similar to post with option to retry. |
| [alwaysRunPostSteps](/support/docs/deep-dive-into-hyperexecute-yaml/#alwaysrunpoststeps) | Boolean | Execute the Post Steps in every scenario case |
| [cacheTestURL](/support/docs/deep-dive-into-hyperexecute-yaml/#cachetesturl) | Boolean |It enables users to cache static test files. |
<!-- | [afterAll](/support/docs/deep-dive-into-hyperexecute-yaml/#afterall) | Map |It is used to run commands after the job has finished. | -->
| [project](/support/docs/deep-dive-into-hyperexecute-yaml/#project) | String | Segregate data at a project/repo level |
| [slackChannel](/support/docs/deep-dive-into-hyperexecute-yaml/#slackchannel) | String | Allows you to receive notifications of your Job updates directly in your preferred Slack channel. |
| [afterEachScenario](/support/docs/deep-dive-into-hyperexecute-yaml/#aftereachscenario) | List of Strings | Allows you to trigger your define tasks after each test scenario. |
Expand Down
70 changes: 70 additions & 0 deletions docs/kaneai-scheduled-test-runs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
id: kaneai-scheduled-test-runs
title: Scheduled Test Runs
hide_title: false
sidebar_label: Scheduled Test Runs
description: This documentation will help you to understand how to create a scheduled test runs via KaneAI
keywords:
- users management lambdatest
- manage user
url: https://www.lambdatest.com/support/docs/kaneai-test-manager-access-management/
site_name: LambdaTest
slug: kaneai-scheduled-test-runs/
---

<script type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.lambdatest.com"
},{
"@type": "ListItem",
"position": 2,
"name": "Support",
"item": "https://www.lambdatest.com/support/docs/"
},{
"@type": "ListItem",
"position": 3,
"name": "Scheduled Test Runs",
"item": "https://www.lambdatest.com/support/docs/kaneai-scheduled-test-runst/"
}]
})
}}
></script>
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.

**Step 1:** Navigate to **Test Manager** >> select your desired project >> **Test Runs** section.

<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/1.png').default} alt="testing" className="doc_img" />

**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.

> Test Runs must be created before creating a test run schedule.

<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/2.png').default} alt="testing" className="doc_img" />

**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.

<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/3.png').default} alt="testing" className="doc_img" />

**Step 4:** After making your selections, click **Next** to review a summary of the schedule, including the scheduled date and time.

<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/4.png').default} alt="testing" className="doc_img" />

**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.

<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/5.png').default} alt="testing" className="doc_img" />

**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.

<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/6.png').default} alt="testing" className="doc_img" />

## Video Explanation

<video class="right-side" width="100%" controls id="vid">
<source src= {require('../assets/images/kane-ai/features/schedule-tests/output.mp4').default} type="video/mp4" />
</video>
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,8 @@ module.exports = {
"kaneai-modules-versions-and-enhancement",
"kane-ai-assertions",
"kaneai-dynamic-url-replacement",
"kaneai-chrome-options"
"kaneai-chrome-options",
"kaneai-scheduled-test-runs"
],
},
{
Expand Down
Loading