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 778a3ed commit 64815ceCopy full SHA for 64815ce
src/tools/generate-tests.ts
@@ -21,7 +21,7 @@ export default function generateTest(server: FastMCP): void {
21
'- Only after all steps are completed, emit a Appium test based on message history',
22
'- Save generated test file in the tests directory',
23
`- Use generate://code-with-locators resource as reference for code generation`,
24
- `- Alaways call find_element_tool to retrieve the element UUID before interacting with the element`,
+ `- Always call find_element_tool to retrieve the element UUID before interacting with the element`,
25
`Steps:`,
26
...params.steps.map((step, index) => `- ${index + 1}. ${step}`),
27
].join('\n');
0 commit comments