@nbakka/mcp-appium 3.0.21 → 3.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/app_context.txt +3 -12
- package/package.json +1 -1
package/lib/app_context.txt
CHANGED
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
Use mobile-mcp.
|
|
3
3
|
Navigate and explore the Housing app using the provided deeplink to validate, refine, and update the existing rough test scenarios.
|
|
4
4
|
If the app cannot be navigated for a certain scenario (e.g., UI element not reachable, deeplink not loading, or navigation gets stuck), then generate the test cases based on the partial understanding achieved + standard expected Housing app behavior.
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
Don't generate new test cases beyond the provided rough scenarios.
|
|
6
|
+
Only modify test scenarios if there are discrepancies found during exploration.
|
|
7
|
+
Each test case should be detailed and structured as per the format below.
|
|
7
8
|
|
|
8
9
|
/**
|
|
9
10
|
* TEST CASE <number>:
|
|
@@ -22,16 +23,6 @@ Rewrite every rough test case into clean, modernized test cases using this struc
|
|
|
22
23
|
* - <expected result 2>
|
|
23
24
|
*/
|
|
24
25
|
|
|
25
|
-
Rules:
|
|
26
|
-
- Clean up, merge, and modernize outdated or rough test cases.
|
|
27
|
-
- Explore using mobile-mcp to verify flows and correct missing details.
|
|
28
|
-
- Always specify the exact order of UI elements (icons, tabs, instant links, buttons).
|
|
29
|
-
- When describing interactions, mention expected user-visible behavior (UI change, navigation, toggles, dialogs).
|
|
30
|
-
- If navigation is not fully possible, infer expected behavior and generate the most accurate test cases.
|
|
31
|
-
- Output only the test case blocks in the above format.
|
|
32
|
-
- Final output must be suitable for aicode.txt.
|
|
33
|
-
|
|
34
|
-
|
|
35
26
|
==========================
|
|
36
27
|
EXAMPLE (follow EXACT style)
|
|
37
28
|
==========================
|