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
project: z.string().describe("The unique identifier (ID or name) of the Azure DevOps project."),
117
117
title: z.string().describe("The title of the test case."),
118
-
steps: z.string().optional().describe("The steps to reproduce the test case. Make sure to format each step as '1. Step one\\n2. Step two' etc."),
118
+
steps: z.string().optional().describe("The steps to reproduce the test case. Make sure to format each step as '1. Step one|Expected result one\n2. Step two|Expected result two"),
119
119
priority: z.number().optional().describe("The priority of the test case."),
120
120
areaPath: z.string().optional().describe("The area path for the test case."),
121
121
iterationPath: z.string().optional().describe("The iteration path for the test case."),
0 commit comments