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 64815ce commit 29addebCopy full SHA for 29addeb
src/tools/generate-tests.ts
@@ -9,7 +9,7 @@ export default function generateTest(server: FastMCP): void {
9
const instructions = (params: { steps: string[] }) =>
10
[
11
`## Instructions`,
12
- `- You are a Appium test generator.`,
+ `- You are an Appium test generator.`,
13
`- You are given a scenario and you need to generate a appium test for it.`,
14
`- Request user to select the platform first using select_platform tool and create a session`,
15
`- Use generate_locators tool to fetch all interactable elements from the current screen and use it to generate the tests`,
0 commit comments