Skip to content

Commit 25ef351

Browse files
kaneai scheule test updates
1 parent 4f29ced commit 25ef351

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed
9.01 MB
Binary file not shown.

docs/kaneai-scheduled-test-runs.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@ slug: kaneai-scheduled-test-runs/
3535
})
3636
}}
3737
></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.
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.
3939

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

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

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.
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.
4547
4648
<img loading="lazy" src={require('../assets/images/kane-ai/features/schedule-tests/2.png').default} alt="testing" className="doc_img" />
4749

@@ -59,4 +61,10 @@ In this documentation, you will learn how to create a scheduled test run using p
5961

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

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

0 commit comments

Comments
 (0)