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 877b628 commit e7b971cCopy full SHA for e7b971c
src/tools/appautomate.ts
@@ -360,7 +360,6 @@ export default function addAppAutomationTools(
360
{
361
appPath: z
362
.string()
363
- .optional()
364
.describe(
365
"Path to your application file:\n" +
366
"If in development IDE directory:\n" +
@@ -373,7 +372,6 @@ export default function addAppAutomationTools(
373
372
),
374
testSuitePath: z
375
376
377
378
"Path to your test suite file:\n" +
379
0 commit comments