You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Automating Test Plan Execution with CI/CD on KaneAI
3
+
title: Automating Test Runs Execution with CI/CD on KaneAI
4
4
hide_title: false
5
5
sidebar_label: Test Automation with CI/CD
6
-
description: Automate test plan execution on KaneAI with CI/CD tools like GitHub Actions and Jenkins. Follow our step-by-step guide for seamless integration.
6
+
description: Automate test run execution on KaneAI with CI/CD tools like GitHub Actions and Jenkins. Follow our step-by-step guide for seamless integration.
7
7
keywords:
8
8
- lambdatest automation
9
9
- lambdatest kaneai
10
10
- kaneai guided walkthrough
11
-
- kane ai test plan
11
+
- kane ai test run
12
12
- hyperexecute
13
-
- test plan
13
+
- test run
14
14
- test manager
15
15
- ci/cd
16
16
- jenkins
@@ -45,7 +45,7 @@ slug: kaneai-ci-cd-automation/
45
45
})
46
46
}}
47
47
></script>
48
-
This guide provides a detailed walkthrough for automating the execution of test plans using CI/CD tools such as GitHub Actions or Jenkins on the KaneAI platform. By following these steps, you can effortlessly integrate test plan executions with your pipelines.
48
+
This guide provides a detailed walkthrough for automating the execution of test runs using CI/CD tools such as GitHub Actions or Jenkins on the KaneAI platform. By following these steps, you can effortlessly integrate test run executions with your pipelines.
49
49
50
50
## Prerequisites
51
51
- Access to Test Manager.
@@ -55,80 +55,79 @@ This guide provides a detailed walkthrough for automating the execution of test
55
55
## Step-by-Step Guide
56
56
### Step 1: Navigate to the Test Manager
57
57
- Log in to the KaneAI platform and go to the Test Manager page.
58
-
- Access the project where the test plan is located.
58
+
- Access the project where the test run is located.
Inside your selected project, navigate to the Test Plans section. Select the desired test plan for integration or direct triggering from your CI/CD pipeline.
62
+
### Step 2: Locate the 'Test Runs' Section & Copy Test run ID
63
+
Inside your selected project, navigate to the Test Runs section. Select the desired test run for integration or direct triggering from your CI/CD pipeline.
64
+
65
+
Open the test run to view its URL. Copy the Test Run ID from the URL. This ID will be used in the API call for integration.
64
66
65
67
:::tip
66
-
A list of test instances with various configurations will be displayed for each test plan.
68
+
A list of test instances with various configurations will be displayed for each test run.
The API response contains the job ID for both jobs created for desktop web tests as well as mobile tests on real devices. Here is a sample response for a test run which contains both app and web test cases:
The video consists of old configuration with Test Plans and Builds instead of Test Runs. Please keep this in mind while going through the video. The video will be updated soon.
0 commit comments