Skip to content

Commit 75ec004

Browse files
addressed the comments
1 parent 0ab268e commit 75ec004

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

docs/kaneai-ci-cd-automation.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ A list of test instances with various configurations will be displayed for each
7171
### Step 3: Copy the Test Plan ID
7272
Open the test plan to view its URL. Copy the Test Plan ID from the URL. This ID will be used in the API call for integration.
7373

74-
Example API Call:
74+
#### Example API Call:
7575

7676
```yaml
7777
curl --location 'https://test-manager-api.lambdatest.com/api/atm/v1/hyperexecute' \
@@ -87,6 +87,15 @@ curl --location 'https://test-manager-api.lambdatest.com/api/atm/v1/hyperexecute
8787

8888
<img loading="lazy" src={require('../assets/images/kane-ai/test-manager/test-plan-ci-cd/image3.jpg').default} alt="Image" className="doc_img"/>
8989

90+
#### Example API Response:
91+
```yaml
92+
{
93+
"jobID": "aea5602b-abcd-1234-abcd-1234abcd1234",
94+
"testBuildID": "01LAMBDATEST2024KANEAIJ8NPGDP",
95+
"jobLink": "https://hyperexecute.lambdatest.com/hyperexecute/task?jobId=<job-id>"
96+
}
97+
```
98+
9099
### Step 4: Configure the API Call
91100
Replace `<TestPlanID>` with the actual ID from the URL and set additional optional parameters:
92101

docs/kaneai-hyperexecute-test-plan-execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ This documentation outlines the steps to create a test plan for KaneAI generated
7878

7979
<img loading="lazy" src={require('../assets/images/kane-ai/test-manager/test-plan-execute-hyperexecute/step4.jpg').default} alt="Image" className="doc_img"/>
8080

81-
### Step 5: Assign and Configure Test Plan
81+
### Step 5: Assign and Configure Test Cases
8282
- On the test plan page, review the added test cases.
8383
- Assign team members in bulk.
8484
- Update configurations as required.
8585

8686
<img loading="lazy" src={require('../assets/images/kane-ai/test-manager/test-plan-execute-hyperexecute/step5.jpg').default} alt="Image" className="doc_img"/>
8787

8888
### Step 6: Set Browser Configurations
89-
- Choose from available browser configurations. If a new configuration is needed, proceed to the next step.
89+
- Choose from available browser configurations. If a new configuration is needed, click on Create Configuration button and choose from thousands of configuration options.
9090

9191
<img loading="lazy" src={require('../assets/images/kane-ai/test-manager/test-plan-execute-hyperexecute/step6.jpg').default} alt="Image" className="doc_img"/>
9292

0 commit comments

Comments
 (0)