You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
password: z.string().describe("Password for authentication"),
27
27
})
28
28
.optional()
29
-
.describe("Optional credentials for authentication"),
29
+
.describe(
30
+
"Optional credentials for authentication. Extract from the test case details if provided in it. This is required for the test cases which require authentication."
0 commit comments