File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff 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
7272Open 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
7777curl --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
91100Replace ` <TestPlanID> ` with the actual ID from the URL and set additional optional parameters:
92101
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments