Skip to content

Commit 29addeb

Browse files
Update src/tools/generate-tests.ts
Co-authored-by: Copilot <[email protected]>
1 parent 64815ce commit 29addeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/generate-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function generateTest(server: FastMCP): void {
99
const instructions = (params: { steps: string[] }) =>
1010
[
1111
`## Instructions`,
12-
`- You are a Appium test generator.`,
12+
`- You are an Appium test generator.`,
1313
`- You are given a scenario and you need to generate a appium test for it.`,
1414
`- Request user to select the platform first using select_platform tool and create a session`,
1515
`- Use generate_locators tool to fetch all interactable elements from the current screen and use it to generate the tests`,

0 commit comments

Comments
 (0)