Skip to content

Commit f940406

Browse files
xcTestPlanId changes
1 parent 97d2926 commit f940406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/sharding-xcui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ framework:
280280
args:
281281
"app" : "lt://APP_ID",
282282
"testSuite": "lt://TEST_SUITE_ID",
283-
"xctestplan" : "lt://YOUR_XC_TEST_PLAN_ID" #only when you want to use XCTestPlan
283+
"xcTestPlanId" : "lt://YOUR_XC_TEST_PLAN_ID" #only when you want to use XCTestPlan
284284
```
285285

286286
> Refer the documentation to learn how to use [XCTestPlan feature](/support/docs/xctestplan/).

docs/xctestplan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ curl --location --request POST "https://mobile-api.lambdatest.com/framework/v1/x
222222
--data-raw "{
223223
"app" : "lt://APP_ID",
224224
"testSuite": "lt://TEST_SUITE_ID",
225-
"xctestplan" : "lt://YOUR_XC_TEST_PLAN_ID" #only when you want to use XCTestPlan
225+
"xcTestPlanId" : "lt://YOUR_XC_TEST_PLAN_ID" #only when you want to use XCTestPlan
226226
"device" : ["iPhone 11-14"],
227227
"video" : true,
228228
"queueTimeout": 10800,

0 commit comments

Comments
 (0)