@kaeawc/auto-mobile 0.0.39 → 0.0.41

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.
Files changed (47) hide show
  1. package/README.md +3 -3
  2. package/README.md.backup +3 -3
  3. package/dist/schemas/test-plan.schema.json +6 -2
  4. package/dist/schemas/tool-definitions.json +2816 -671
  5. package/dist/src/db/eventTables.ts +8 -0
  6. package/dist/src/db/migrations/2025_12_28_000_initial_schema.ts +3 -3
  7. package/dist/src/db/migrations/2025_12_30_000_performance_thresholds.ts +3 -3
  8. package/dist/src/db/migrations/2025_12_30_001_navigation_graph.ts +9 -9
  9. package/dist/src/db/migrations/2025_12_31_000_accessibility_baselines.ts +3 -3
  10. package/dist/src/db/migrations/2025_12_31_001_memory_audit.ts +4 -4
  11. package/dist/src/db/migrations/2026_01_01_000_recomposition_metrics.ts +2 -2
  12. package/dist/src/db/migrations/2026_01_02_000_prediction_history.ts +4 -4
  13. package/dist/src/db/migrations/2026_01_03_000_feature_flags.ts +3 -3
  14. package/dist/src/db/migrations/2026_01_03_000_test_executions.ts +2 -2
  15. package/dist/src/db/migrations/2026_01_05_000_tool_calls.ts +2 -2
  16. package/dist/src/db/migrations/2026_01_08_000_test_coverage.ts +4 -4
  17. package/dist/src/db/migrations/2026_01_09_000_video_recordings.ts +3 -3
  18. package/dist/src/db/migrations/2026_01_10_000_device_snapshots.ts +3 -3
  19. package/dist/src/db/migrations/2026_01_14_000_appearance_config.ts +3 -3
  20. package/dist/src/db/migrations/2026_01_25_001_test_run_details.ts +2 -2
  21. package/dist/src/db/migrations/2026_01_27_000_crash_anr_monitoring.ts +2 -2
  22. package/dist/src/db/migrations/2026_01_27_000_failures.ts +7 -7
  23. package/dist/src/db/migrations/2026_01_29_000_named_nodes.ts +3 -3
  24. package/dist/src/db/migrations/2026_01_30_000_performance_live_metrics.ts +1 -1
  25. package/dist/src/db/migrations/2026_03_15_000_telemetry_events.ts +5 -5
  26. package/dist/src/db/migrations/2026_03_18_000_navigation_events.ts +2 -2
  27. package/dist/src/db/migrations/2026_03_19_000_storage_events.ts +2 -2
  28. package/dist/src/db/migrations/2026_03_19_001_layout_events.ts +2 -2
  29. package/dist/src/db/migrations/2026_04_01_000_drop_custom_events.ts +2 -2
  30. package/dist/src/db/migrations/2026_04_02_000_device_sessions.ts +3 -3
  31. package/dist/src/db/migrations/2026_07_01_000_failure_groups_signature_unique.ts +162 -0
  32. package/dist/src/db/migrations/2026_07_02_000_event_composite_indexes.ts +62 -0
  33. package/dist/src/db/migrations/2026_07_03_000_drop_redundant_device_indexes.ts +66 -0
  34. package/dist/src/db/migrations/2026_07_03_000_repair_datetime_now_defaults.ts +268 -0
  35. package/dist/src/db/migrations/2026_07_04_000_storage_events_key_lookup.ts +60 -0
  36. package/dist/src/db/migrations/2026_07_05_000_repair_updated_at_defaults.ts +242 -0
  37. package/dist/src/index.js +534 -377
  38. package/dist/src/index.js.map +1 -1
  39. package/dist/vendor/libwebp/COPYING +30 -0
  40. package/dist/vendor/libwebp/PATENTS +23 -0
  41. package/dist/vendor/libwebp/README.md +13 -0
  42. package/dist/vendor/libwebp/README.upstream.md +54 -0
  43. package/dist/vendor/libwebp/win32-x64/cwebp.exe +0 -0
  44. package/dist/vendor/libwebp/win32-x64/dwebp.exe +0 -0
  45. package/package.json +12 -9
  46. package/schemas/test-plan.schema.json +6 -2
  47. package/schemas/tool-definitions.json +2816 -671
package/README.md CHANGED
@@ -8,9 +8,9 @@
8
8
  ![Platform: macOS](https://img.shields.io/badge/platform-macOS-lightgrey)
9
9
  ![Platform: Linux](https://img.shields.io/badge/platform-Linux-lightgrey)
10
10
 
11
- ![TypeScript tests: 4,848](https://img.shields.io/badge/TypeScript_tests-4%2C848-3178C6)
12
- ![Kotlin tests: 1,151](https://img.shields.io/badge/Kotlin_tests-1%2C151-7F52FF)
13
- ![Swift tests: 516](https://img.shields.io/badge/Swift_tests-516-F05138)
11
+ ![TypeScript tests: 7,161](https://img.shields.io/badge/TypeScript_tests-7%2C161-3178C6)
12
+ ![Kotlin tests: 1,448](https://img.shields.io/badge/Kotlin_tests-1%2C448-7F52FF)
13
+ ![Swift tests: 722](https://img.shields.io/badge/Swift_tests-722-F05138)
14
14
  ![Kotlin coverage](https://img.shields.io/endpoint?url=https://kaeawc.github.io/auto-mobile/kotlin-coverage-badge.json)
15
15
  ![Swift coverage](https://img.shields.io/endpoint?url=https://kaeawc.github.io/auto-mobile/swift-coverage-badge.json)
16
16
 
package/README.md.backup CHANGED
@@ -8,9 +8,9 @@
8
8
  ![Platform: macOS](https://img.shields.io/badge/platform-macOS-lightgrey)
9
9
  ![Platform: Linux](https://img.shields.io/badge/platform-Linux-lightgrey)
10
10
 
11
- ![TypeScript tests: 4,848](https://img.shields.io/badge/TypeScript_tests-4%2C848-3178C6)
12
- ![Kotlin tests: 1,151](https://img.shields.io/badge/Kotlin_tests-1%2C151-7F52FF)
13
- ![Swift tests: 516](https://img.shields.io/badge/Swift_tests-516-F05138)
11
+ ![TypeScript tests: 7,161](https://img.shields.io/badge/TypeScript_tests-7%2C161-3178C6)
12
+ ![Kotlin tests: 1,448](https://img.shields.io/badge/Kotlin_tests-1%2C448-7F52FF)
13
+ ![Swift tests: 722](https://img.shields.io/badge/Swift_tests-722-F05138)
14
14
  ![Kotlin coverage](https://img.shields.io/endpoint?url=https://kaeawc.github.io/auto-mobile/kotlin-coverage-badge.json)
15
15
  ![Swift coverage](https://img.shields.io/endpoint?url=https://kaeawc.github.io/auto-mobile/swift-coverage-badge.json)
16
16
 
@@ -178,6 +178,10 @@
178
178
  "type": "string",
179
179
  "description": "Human-readable description of what this step does"
180
180
  },
181
+ "optional": {
182
+ "type": "boolean",
183
+ "description": "Best-effort step: if the tool fails (returns success:false, an observe waitFor times out, or throws), the executor logs it, records the step as skipped, and continues instead of aborting the plan. Use for steps that guard against intermittent UI (e.g. dismissing a dialog that may or may not be present)."
184
+ },
181
185
  "description": {
182
186
  "type": "string",
183
187
  "description": "DEPRECATED: Use 'label' instead (legacy field)"
@@ -453,7 +457,7 @@
453
457
  },
454
458
  "permissions": {
455
459
  "type": "array",
456
- "description": "Runtime permissions or simulator privacy services to change",
460
+ "description": "Runtime permissions or simulator privacy services to change; iOS physical reset accepts 'all'",
457
461
  "minItems": 1,
458
462
  "items": {
459
463
  "type": "string",
@@ -1178,7 +1182,7 @@
1178
1182
  "type": "string",
1179
1183
  "minLength": 1
1180
1184
  },
1181
- "description": "Runtime permissions or simulator privacy services to change"
1185
+ "description": "Runtime permissions or simulator privacy services to change; iOS physical reset accepts 'all'"
1182
1186
  },
1183
1187
  "userId": {
1184
1188
  "type": "integer",