-
Notifications
You must be signed in to change notification settings - Fork 41
Kane AI Schedule Test Runs #1491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add as an info that Test Runs must be created before creating a test run schedule.