MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / describeUiVerificationArgs

Function describeUiVerificationArgs

scripts/integration/cli.mjs:1379–1391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1377}
1378
1379function describeUiVerificationArgs() {
1380 const args = [
1381 "describe",
1382 simulatorUDID,
1383 "--source",
1384 "native-ax",
1385 "--format",
1386 "agent",
1387 "--max-depth",
1388 "2",
1389 ];
1390 return args;
1391}
1392
1393function openUrlPromptActions(snapshot) {
1394 const actions = [

Callers 2

verifyUiWithDescribeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected