Skip to content

Commit c8a8b65

Browse files
authored
Update kaneai-ci-cd-automation.md
1 parent fe6fb08 commit c8a8b65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/kaneai-ci-cd-automation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ The API response contains the job ID for both jobs created for desktop web tests
9191

9292
```yaml
9393
{
94-
"jobID": "abcd1234-abcd-1234-abcd-1234abcd1234",
94+
"job_id": "abcd1234-abcd-1234-abcd-1234abcd1234",
9595
"app_job_id": "abcd1234-abcd-1234-abcd-1234abcd1234",
96-
"testRunID": "01LAMBDATEST2024KANEAIJ8NPGDP",
97-
"jobLink": "https://hyperexecute.lambdatest.com/hyperexecute/task?jobId=<jobID>",
96+
"test_run_id": "01LAMBDATEST2024KANEAIJ8NPGDP",
97+
"job_link": "https://hyperexecute.lambdatest.com/hyperexecute/task?jobId=<job_id>",
9898
"mobile_job_link": "https://hyperexecute.lambdatest.com/hyperexecute/task?jobId=<app_job_id>"
9999
}
100100
```

0 commit comments

Comments
 (0)