|
| 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 or by scheduling new tests from scratch. 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, including pass and fail statuses. 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 test. |
| 45 | + |
| 46 | +<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/2.png').default} alt="testing" className="doc_img" /> |
| 47 | + |
| 48 | +**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. |
| 49 | + |
| 50 | +<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/3.png').default} alt="testing" className="doc_img" /> |
| 51 | + |
| 52 | +**Step 4:** After making your selections, click **Next** to review a summary of the schedule, including the scheduled date and time. |
| 53 | + |
| 54 | +<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/4.png').default} alt="testing" className="doc_img" /> |
| 55 | + |
| 56 | +**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. |
| 57 | + |
| 58 | +<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/5.png').default} alt="testing" className="doc_img" /> |
| 59 | + |
| 60 | +**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. |
| 61 | + |
| 62 | +<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/6.png').default} alt="testing" className="doc_img" /> |
0 commit comments