We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6fb08 commit c8a8b65Copy full SHA for c8a8b65
docs/kaneai-ci-cd-automation.md
@@ -91,10 +91,10 @@ The API response contains the job ID for both jobs created for desktop web tests
91
92
```yaml
93
{
94
- "jobID": "abcd1234-abcd-1234-abcd-1234abcd1234",
+ "job_id": "abcd1234-abcd-1234-abcd-1234abcd1234",
95
"app_job_id": "abcd1234-abcd-1234-abcd-1234abcd1234",
96
- "testRunID": "01LAMBDATEST2024KANEAIJ8NPGDP",
97
- "jobLink": "https://hyperexecute.lambdatest.com/hyperexecute/task?jobId=<jobID>",
+ "test_run_id": "01LAMBDATEST2024KANEAIJ8NPGDP",
+ "job_link": "https://hyperexecute.lambdatest.com/hyperexecute/task?jobId=<job_id>",
98
"mobile_job_link": "https://hyperexecute.lambdatest.com/hyperexecute/task?jobId=<app_job_id>"
99
}
100
```
0 commit comments