File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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/ ) .
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments