@rubix0270/arboris 1.0.0

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 (451) hide show
  1. package/README.md +151 -0
  2. package/cli/manifest.json +323 -0
  3. package/dist/cli.mjs +376 -0
  4. package/package.json +81 -0
  5. package/prisma/skills/accessibility/SKILL.md +147 -0
  6. package/prisma/skills/agent-architecture-audit/SKILL.md +257 -0
  7. package/prisma/skills/agent-eval/SKILL.md +146 -0
  8. package/prisma/skills/agent-harness-construction/SKILL.md +74 -0
  9. package/prisma/skills/agent-introspection-debugging/SKILL.md +154 -0
  10. package/prisma/skills/agent-payment-x402/SKILL.md +225 -0
  11. package/prisma/skills/agent-self-evaluation/SKILL.md +182 -0
  12. package/prisma/skills/agent-self-evaluation/examples/high-score-example.md +87 -0
  13. package/prisma/skills/agent-self-evaluation/examples/low-score-example.md +86 -0
  14. package/prisma/skills/agent-self-evaluation/references/evaluation-criteria.md +71 -0
  15. package/prisma/skills/agent-self-evaluation/references/hook-integration.md +64 -0
  16. package/prisma/skills/agent-self-evaluation/scripts/evaluate.py +408 -0
  17. package/prisma/skills/agent-self-evaluation/templates/evaluation-report.md +86 -0
  18. package/prisma/skills/agent-sort/SKILL.md +216 -0
  19. package/prisma/skills/agentic-engineering/SKILL.md +64 -0
  20. package/prisma/skills/agentic-os/SKILL.md +388 -0
  21. package/prisma/skills/ai-first-engineering/SKILL.md +52 -0
  22. package/prisma/skills/ai-regression-testing/SKILL.md +386 -0
  23. package/prisma/skills/android-clean-architecture/SKILL.md +340 -0
  24. package/prisma/skills/angular-developer/SKILL.md +155 -0
  25. package/prisma/skills/angular-developer/references/angular-animations.md +160 -0
  26. package/prisma/skills/angular-developer/references/angular-aria.md +410 -0
  27. package/prisma/skills/angular-developer/references/cli.md +86 -0
  28. package/prisma/skills/angular-developer/references/component-harnesses.md +59 -0
  29. package/prisma/skills/angular-developer/references/component-styling.md +91 -0
  30. package/prisma/skills/angular-developer/references/components.md +117 -0
  31. package/prisma/skills/angular-developer/references/creating-services.md +97 -0
  32. package/prisma/skills/angular-developer/references/data-resolvers.md +69 -0
  33. package/prisma/skills/angular-developer/references/define-routes.md +67 -0
  34. package/prisma/skills/angular-developer/references/defining-providers.md +72 -0
  35. package/prisma/skills/angular-developer/references/di-fundamentals.md +120 -0
  36. package/prisma/skills/angular-developer/references/e2e-testing.md +56 -0
  37. package/prisma/skills/angular-developer/references/effects.md +83 -0
  38. package/prisma/skills/angular-developer/references/hierarchical-injectors.md +43 -0
  39. package/prisma/skills/angular-developer/references/host-elements.md +80 -0
  40. package/prisma/skills/angular-developer/references/injection-context.md +63 -0
  41. package/prisma/skills/angular-developer/references/inputs.md +101 -0
  42. package/prisma/skills/angular-developer/references/linked-signal.md +59 -0
  43. package/prisma/skills/angular-developer/references/loading-strategies.md +61 -0
  44. package/prisma/skills/angular-developer/references/mcp.md +108 -0
  45. package/prisma/skills/angular-developer/references/navigate-to-routes.md +69 -0
  46. package/prisma/skills/angular-developer/references/outputs.md +86 -0
  47. package/prisma/skills/angular-developer/references/reactive-forms.md +122 -0
  48. package/prisma/skills/angular-developer/references/rendering-strategies.md +44 -0
  49. package/prisma/skills/angular-developer/references/resource.md +77 -0
  50. package/prisma/skills/angular-developer/references/route-animations.md +56 -0
  51. package/prisma/skills/angular-developer/references/route-guards.md +52 -0
  52. package/prisma/skills/angular-developer/references/router-lifecycle.md +45 -0
  53. package/prisma/skills/angular-developer/references/router-testing.md +87 -0
  54. package/prisma/skills/angular-developer/references/show-routes-with-outlets.md +68 -0
  55. package/prisma/skills/angular-developer/references/signal-forms.md +795 -0
  56. package/prisma/skills/angular-developer/references/signals-overview.md +94 -0
  57. package/prisma/skills/angular-developer/references/tailwind-css.md +69 -0
  58. package/prisma/skills/angular-developer/references/template-driven-forms.md +114 -0
  59. package/prisma/skills/angular-developer/references/testing-fundamentals.md +65 -0
  60. package/prisma/skills/api-connector-builder/SKILL.md +121 -0
  61. package/prisma/skills/api-design/SKILL.md +524 -0
  62. package/prisma/skills/architecture-decision-records/SKILL.md +180 -0
  63. package/prisma/skills/article-writing/SKILL.md +80 -0
  64. package/prisma/skills/automation-audit-ops/SKILL.md +143 -0
  65. package/prisma/skills/autonomous-agent-harness/SKILL.md +274 -0
  66. package/prisma/skills/autonomous-loops/SKILL.md +611 -0
  67. package/prisma/skills/backend-patterns/SKILL.md +562 -0
  68. package/prisma/skills/benchmark/SKILL.md +94 -0
  69. package/prisma/skills/benchmark-methodology/SKILL.md +190 -0
  70. package/prisma/skills/benchmark-optimization-loop/SKILL.md +70 -0
  71. package/prisma/skills/blender-motion-state-inspection/SKILL.md +165 -0
  72. package/prisma/skills/blueprint/SKILL.md +106 -0
  73. package/prisma/skills/brand-discovery/SKILL.md +145 -0
  74. package/prisma/skills/brand-discovery/references/10_purpose-why.md +40 -0
  75. package/prisma/skills/brand-discovery/references/20_positioning.md +44 -0
  76. package/prisma/skills/brand-discovery/references/30_audience-niche.md +52 -0
  77. package/prisma/skills/brand-discovery/references/40_personality-archetype.md +57 -0
  78. package/prisma/skills/brand-discovery/references/50_voice-tone.md +59 -0
  79. package/prisma/skills/brand-discovery/references/60_narrative-story.md +50 -0
  80. package/prisma/skills/brand-discovery/references/70_founder-tension.md +49 -0
  81. package/prisma/skills/brand-discovery/references/90_SYNTHESIS.md +133 -0
  82. package/prisma/skills/brand-voice/SKILL.md +98 -0
  83. package/prisma/skills/brand-voice/references/voice-profile-schema.md +55 -0
  84. package/prisma/skills/browser-qa/SKILL.md +105 -0
  85. package/prisma/skills/bun-runtime/SKILL.md +85 -0
  86. package/prisma/skills/canary-watch/SKILL.md +108 -0
  87. package/prisma/skills/carrier-relationship-management/SKILL.md +212 -0
  88. package/prisma/skills/cisco-ios-patterns/SKILL.md +164 -0
  89. package/prisma/skills/ck/SKILL.md +148 -0
  90. package/prisma/skills/ck/commands/forget.mjs +44 -0
  91. package/prisma/skills/ck/commands/info.mjs +24 -0
  92. package/prisma/skills/ck/commands/init.mjs +143 -0
  93. package/prisma/skills/ck/commands/list.mjs +40 -0
  94. package/prisma/skills/ck/commands/migrate.mjs +202 -0
  95. package/prisma/skills/ck/commands/resume.mjs +36 -0
  96. package/prisma/skills/ck/commands/save.mjs +210 -0
  97. package/prisma/skills/ck/commands/shared.mjs +387 -0
  98. package/prisma/skills/ck/hooks/session-start.mjs +224 -0
  99. package/prisma/skills/claude-devfleet/SKILL.md +112 -0
  100. package/prisma/skills/click-path-audit/SKILL.md +245 -0
  101. package/prisma/skills/clickhouse-io/SKILL.md +440 -0
  102. package/prisma/skills/code-tour/SKILL.md +254 -0
  103. package/prisma/skills/codebase-onboarding/SKILL.md +234 -0
  104. package/prisma/skills/codehealth-mcp/SKILL.md +167 -0
  105. package/prisma/skills/coding-standards/SKILL.md +551 -0
  106. package/prisma/skills/competitive-platform-analysis/SKILL.md +214 -0
  107. package/prisma/skills/competitive-report-structure/SKILL.md +162 -0
  108. package/prisma/skills/compose-multiplatform-patterns/SKILL.md +300 -0
  109. package/prisma/skills/config-gc/SKILL.md +120 -0
  110. package/prisma/skills/configure-ecc/SKILL.md +385 -0
  111. package/prisma/skills/connections-optimizer/SKILL.md +190 -0
  112. package/prisma/skills/content-engine/SKILL.md +132 -0
  113. package/prisma/skills/content-hash-cache-pattern/SKILL.md +162 -0
  114. package/prisma/skills/context-budget/SKILL.md +136 -0
  115. package/prisma/skills/continuous-agent-loop/SKILL.md +46 -0
  116. package/prisma/skills/continuous-learning/SKILL.md +132 -0
  117. package/prisma/skills/continuous-learning/config.json +18 -0
  118. package/prisma/skills/continuous-learning/evaluate-session.sh +69 -0
  119. package/prisma/skills/continuous-learning-v2/SKILL.md +361 -0
  120. package/prisma/skills/continuous-learning-v2/agents/observer-loop.sh +359 -0
  121. package/prisma/skills/continuous-learning-v2/agents/observer.md +189 -0
  122. package/prisma/skills/continuous-learning-v2/agents/session-guardian.sh +150 -0
  123. package/prisma/skills/continuous-learning-v2/agents/start-observer.sh +248 -0
  124. package/prisma/skills/continuous-learning-v2/config.json +8 -0
  125. package/prisma/skills/continuous-learning-v2/hooks/observe.sh +585 -0
  126. package/prisma/skills/continuous-learning-v2/scripts/detect-project.sh +322 -0
  127. package/prisma/skills/continuous-learning-v2/scripts/instinct-cli.py +1956 -0
  128. package/prisma/skills/continuous-learning-v2/scripts/lib/homunculus-dir.sh +31 -0
  129. package/prisma/skills/continuous-learning-v2/scripts/migrate-homunculus.sh +68 -0
  130. package/prisma/skills/continuous-learning-v2/scripts/test_parse_instinct.py +1421 -0
  131. package/prisma/skills/cost-aware-llm-pipeline/SKILL.md +184 -0
  132. package/prisma/skills/cost-tracking/SKILL.md +97 -0
  133. package/prisma/skills/council/SKILL.md +204 -0
  134. package/prisma/skills/cpp-coding-standards/SKILL.md +724 -0
  135. package/prisma/skills/cpp-testing/SKILL.md +325 -0
  136. package/prisma/skills/crosspost/SKILL.md +112 -0
  137. package/prisma/skills/csharp-testing/SKILL.md +322 -0
  138. package/prisma/skills/customer-billing-ops/SKILL.md +141 -0
  139. package/prisma/skills/customs-trade-compliance/SKILL.md +263 -0
  140. package/prisma/skills/dart-flutter-patterns/SKILL.md +564 -0
  141. package/prisma/skills/dashboard-builder/SKILL.md +109 -0
  142. package/prisma/skills/data-scraper-agent/SKILL.md +765 -0
  143. package/prisma/skills/data-throughput-accelerator/SKILL.md +73 -0
  144. package/prisma/skills/database-migrations/SKILL.md +430 -0
  145. package/prisma/skills/deep-research/SKILL.md +160 -0
  146. package/prisma/skills/defi-amm-security/SKILL.md +167 -0
  147. package/prisma/skills/delivery-gate/SKILL.md +126 -0
  148. package/prisma/skills/delivery-gate/hooks/quality-gate.py +220 -0
  149. package/prisma/skills/deployment-patterns/SKILL.md +428 -0
  150. package/prisma/skills/design-system/SKILL.md +83 -0
  151. package/prisma/skills/django-celery/SKILL.md +458 -0
  152. package/prisma/skills/django-patterns/SKILL.md +735 -0
  153. package/prisma/skills/django-security/SKILL.md +644 -0
  154. package/prisma/skills/django-tdd/SKILL.md +730 -0
  155. package/prisma/skills/django-verification/SKILL.md +470 -0
  156. package/prisma/skills/dmux-workflows/SKILL.md +192 -0
  157. package/prisma/skills/docker-patterns/SKILL.md +365 -0
  158. package/prisma/skills/documentation-lookup/SKILL.md +91 -0
  159. package/prisma/skills/dotnet-patterns/SKILL.md +322 -0
  160. package/prisma/skills/dynamic-workflow-mode/SKILL.md +124 -0
  161. package/prisma/skills/e2e-testing/SKILL.md +327 -0
  162. package/prisma/skills/ecc-guide/SKILL.md +190 -0
  163. package/prisma/skills/ecc-recipes/SKILL.md +149 -0
  164. package/prisma/skills/ecc-tools-cost-audit/SKILL.md +161 -0
  165. package/prisma/skills/email-ops/SKILL.md +122 -0
  166. package/prisma/skills/energy-procurement/SKILL.md +228 -0
  167. package/prisma/skills/enterprise-agent-ops/SKILL.md +51 -0
  168. package/prisma/skills/error-handling/SKILL.md +377 -0
  169. package/prisma/skills/eval-harness/SKILL.md +271 -0
  170. package/prisma/skills/evm-token-decimals/SKILL.md +131 -0
  171. package/prisma/skills/exa-search/SKILL.md +108 -0
  172. package/prisma/skills/fal-ai-media/SKILL.md +289 -0
  173. package/prisma/skills/fastapi-patterns/SKILL.md +514 -0
  174. package/prisma/skills/finance-billing-ops/SKILL.md +128 -0
  175. package/prisma/skills/flox-environments/SKILL.md +497 -0
  176. package/prisma/skills/flutter-dart-code-review/SKILL.md +436 -0
  177. package/prisma/skills/foundation-models-on-device/SKILL.md +243 -0
  178. package/prisma/skills/frontend-a11y/SKILL.md +446 -0
  179. package/prisma/skills/frontend-design-direction/SKILL.md +93 -0
  180. package/prisma/skills/frontend-patterns/SKILL.md +657 -0
  181. package/prisma/skills/frontend-slides/SKILL.md +185 -0
  182. package/prisma/skills/frontend-slides/STYLE_PRESETS.md +330 -0
  183. package/prisma/skills/frontend-slides/animation-patterns.md +122 -0
  184. package/prisma/skills/frontend-slides/html-template.md +419 -0
  185. package/prisma/skills/frontend-slides/scripts/export-pdf.sh +418 -0
  186. package/prisma/skills/frontend-slides/scripts/extract-pptx.py +96 -0
  187. package/prisma/skills/frontend-slides/viewport-base.css +153 -0
  188. package/prisma/skills/fsharp-testing/SKILL.md +281 -0
  189. package/prisma/skills/gan-style-harness/SKILL.md +279 -0
  190. package/prisma/skills/gateguard/SKILL.md +133 -0
  191. package/prisma/skills/generating-python-installer/SKILL.md +820 -0
  192. package/prisma/skills/git-workflow/SKILL.md +716 -0
  193. package/prisma/skills/github-ops/SKILL.md +145 -0
  194. package/prisma/skills/golang-patterns/SKILL.md +675 -0
  195. package/prisma/skills/golang-testing/SKILL.md +721 -0
  196. package/prisma/skills/google-workspace-ops/SKILL.md +96 -0
  197. package/prisma/skills/growth-log/SKILL.md +128 -0
  198. package/prisma/skills/healthcare-cdss-patterns/SKILL.md +246 -0
  199. package/prisma/skills/healthcare-emr-patterns/SKILL.md +160 -0
  200. package/prisma/skills/healthcare-eval-harness/SKILL.md +208 -0
  201. package/prisma/skills/healthcare-phi-compliance/SKILL.md +146 -0
  202. package/prisma/skills/hermes-imports/SKILL.md +89 -0
  203. package/prisma/skills/hexagonal-architecture/SKILL.md +277 -0
  204. package/prisma/skills/hipaa-compliance/SKILL.md +79 -0
  205. package/prisma/skills/homelab-network-readiness/SKILL.md +170 -0
  206. package/prisma/skills/homelab-network-setup/SKILL.md +130 -0
  207. package/prisma/skills/homelab-pihole-dns/SKILL.md +275 -0
  208. package/prisma/skills/homelab-vlan-segmentation/SKILL.md +312 -0
  209. package/prisma/skills/homelab-wireguard-vpn/SKILL.md +306 -0
  210. package/prisma/skills/hookify-rules/SKILL.md +128 -0
  211. package/prisma/skills/inherit-legacy-style/SKILL.md +157 -0
  212. package/prisma/skills/intent-driven-development/SKILL.md +360 -0
  213. package/prisma/skills/inventory-demand-planning/SKILL.md +247 -0
  214. package/prisma/skills/investor-materials/SKILL.md +97 -0
  215. package/prisma/skills/investor-outreach/SKILL.md +92 -0
  216. package/prisma/skills/ios-icon-gen/SKILL.md +158 -0
  217. package/prisma/skills/ios-icon-gen/scripts/generate_icons.swift +258 -0
  218. package/prisma/skills/ios-icon-gen/scripts/iconify_gen.sh +235 -0
  219. package/prisma/skills/iterative-retrieval/SKILL.md +212 -0
  220. package/prisma/skills/ito-basket-compare/SKILL.md +64 -0
  221. package/prisma/skills/ito-data-atlas-agent/SKILL.md +64 -0
  222. package/prisma/skills/ito-market-intelligence/SKILL.md +61 -0
  223. package/prisma/skills/ito-trade-planner/SKILL.md +68 -0
  224. package/prisma/skills/java-coding-standards/SKILL.md +384 -0
  225. package/prisma/skills/jira-integration/SKILL.md +303 -0
  226. package/prisma/skills/jpa-patterns/SKILL.md +152 -0
  227. package/prisma/skills/knowledge-ops/SKILL.md +155 -0
  228. package/prisma/skills/kotlin-coroutines-flows/SKILL.md +285 -0
  229. package/prisma/skills/kotlin-exposed-patterns/SKILL.md +720 -0
  230. package/prisma/skills/kotlin-ktor-patterns/SKILL.md +690 -0
  231. package/prisma/skills/kotlin-patterns/SKILL.md +712 -0
  232. package/prisma/skills/kotlin-testing/SKILL.md +825 -0
  233. package/prisma/skills/kubernetes-patterns/SKILL.md +756 -0
  234. package/prisma/skills/laravel-patterns/SKILL.md +416 -0
  235. package/prisma/skills/laravel-plugin-discovery/SKILL.md +230 -0
  236. package/prisma/skills/laravel-security/SKILL.md +948 -0
  237. package/prisma/skills/laravel-tdd/SKILL.md +675 -0
  238. package/prisma/skills/laravel-verification/SKILL.md +180 -0
  239. package/prisma/skills/latency-critical-systems/SKILL.md +74 -0
  240. package/prisma/skills/lead-intelligence/SKILL.md +322 -0
  241. package/prisma/skills/lead-intelligence/agents/enrichment-agent.md +85 -0
  242. package/prisma/skills/lead-intelligence/agents/mutual-mapper.md +75 -0
  243. package/prisma/skills/lead-intelligence/agents/outreach-drafter.md +98 -0
  244. package/prisma/skills/lead-intelligence/agents/signal-scorer.md +60 -0
  245. package/prisma/skills/liquid-glass-design/SKILL.md +279 -0
  246. package/prisma/skills/llm-trading-agent-security/SKILL.md +147 -0
  247. package/prisma/skills/logistics-exception-management/SKILL.md +222 -0
  248. package/prisma/skills/loop-design-check/SKILL.md +143 -0
  249. package/prisma/skills/mailtrap-email-integration/SKILL.md +77 -0
  250. package/prisma/skills/make-interfaces-feel-better/SKILL.md +152 -0
  251. package/prisma/skills/manim-video/SKILL.md +90 -0
  252. package/prisma/skills/manim-video/assets/network_graph_scene.py +52 -0
  253. package/prisma/skills/market-research/SKILL.md +76 -0
  254. package/prisma/skills/marketing-campaign/SKILL.md +114 -0
  255. package/prisma/skills/mcp-server-patterns/SKILL.md +70 -0
  256. package/prisma/skills/messages-ops/SKILL.md +105 -0
  257. package/prisma/skills/ml-adoption-playbook/SKILL.md +57 -0
  258. package/prisma/skills/mle-workflow/SKILL.md +347 -0
  259. package/prisma/skills/motion-advanced/SKILL.md +596 -0
  260. package/prisma/skills/motion-foundations/SKILL.md +299 -0
  261. package/prisma/skills/motion-patterns/SKILL.md +434 -0
  262. package/prisma/skills/motion-ui/SKILL.md +576 -0
  263. package/prisma/skills/mysql-patterns/SKILL.md +413 -0
  264. package/prisma/skills/nanoclaw-repl/SKILL.md +34 -0
  265. package/prisma/skills/nestjs-patterns/SKILL.md +231 -0
  266. package/prisma/skills/netmiko-ssh-automation/SKILL.md +174 -0
  267. package/prisma/skills/network-bgp-diagnostics/SKILL.md +168 -0
  268. package/prisma/skills/network-config-validation/SKILL.md +211 -0
  269. package/prisma/skills/network-interface-health/SKILL.md +153 -0
  270. package/prisma/skills/nextjs-turbopack/SKILL.md +58 -0
  271. package/prisma/skills/nodejs-keccak256/SKILL.md +103 -0
  272. package/prisma/skills/nutrient-document-processing/SKILL.md +168 -0
  273. package/prisma/skills/nuxt4-patterns/SKILL.md +101 -0
  274. package/prisma/skills/openclaw-persona-forge/SKILL.md +289 -0
  275. package/prisma/skills/openclaw-persona-forge/gacha.py +224 -0
  276. package/prisma/skills/openclaw-persona-forge/gacha.sh +5 -0
  277. package/prisma/skills/openclaw-persona-forge/references/avatar-style.md +124 -0
  278. package/prisma/skills/openclaw-persona-forge/references/boundary-rules.md +53 -0
  279. package/prisma/skills/openclaw-persona-forge/references/error-handling.md +53 -0
  280. package/prisma/skills/openclaw-persona-forge/references/identity-tension.md +48 -0
  281. package/prisma/skills/openclaw-persona-forge/references/naming-system.md +39 -0
  282. package/prisma/skills/openclaw-persona-forge/references/output-template.md +166 -0
  283. package/prisma/skills/opensource-pipeline/SKILL.md +256 -0
  284. package/prisma/skills/orch-add-feature/SKILL.md +45 -0
  285. package/prisma/skills/orch-build-mvp/SKILL.md +49 -0
  286. package/prisma/skills/orch-change-feature/SKILL.md +43 -0
  287. package/prisma/skills/orch-fix-defect/SKILL.md +43 -0
  288. package/prisma/skills/orch-pipeline/SKILL.md +121 -0
  289. package/prisma/skills/orch-refine-code/SKILL.md +44 -0
  290. package/prisma/skills/parallel-execution-optimizer/SKILL.md +73 -0
  291. package/prisma/skills/perl-patterns/SKILL.md +505 -0
  292. package/prisma/skills/perl-security/SKILL.md +504 -0
  293. package/prisma/skills/perl-testing/SKILL.md +476 -0
  294. package/prisma/skills/plan-orchestrate/SKILL.md +263 -0
  295. package/prisma/skills/plankton-code-quality/SKILL.md +237 -0
  296. package/prisma/skills/postgres-patterns/SKILL.md +148 -0
  297. package/prisma/skills/prediction-market-oracle-research/SKILL.md +64 -0
  298. package/prisma/skills/prediction-market-risk-review/SKILL.md +61 -0
  299. package/prisma/skills/prisma-patterns/SKILL.md +401 -0
  300. package/prisma/skills/product-capability/SKILL.md +142 -0
  301. package/prisma/skills/product-lens/SKILL.md +93 -0
  302. package/prisma/skills/production-audit/SKILL.md +207 -0
  303. package/prisma/skills/production-scheduling/SKILL.md +238 -0
  304. package/prisma/skills/project-flow-ops/SKILL.md +112 -0
  305. package/prisma/skills/prompt-optimizer/SKILL.md +398 -0
  306. package/prisma/skills/python-patterns/SKILL.md +751 -0
  307. package/prisma/skills/python-testing/SKILL.md +817 -0
  308. package/prisma/skills/pytorch-patterns/SKILL.md +397 -0
  309. package/prisma/skills/quality-nonconformance/SKILL.md +260 -0
  310. package/prisma/skills/quarkus-patterns/SKILL.md +723 -0
  311. package/prisma/skills/quarkus-security/SKILL.md +468 -0
  312. package/prisma/skills/quarkus-tdd/SKILL.md +812 -0
  313. package/prisma/skills/quarkus-verification/SKILL.md +480 -0
  314. package/prisma/skills/ralphinho-rfc-pipeline/SKILL.md +68 -0
  315. package/prisma/skills/react-native-patterns/SKILL.md +326 -0
  316. package/prisma/skills/react-patterns/SKILL.md +342 -0
  317. package/prisma/skills/react-performance/SKILL.md +575 -0
  318. package/prisma/skills/react-testing/SKILL.md +424 -0
  319. package/prisma/skills/recsys-pipeline-architect/SKILL.md +115 -0
  320. package/prisma/skills/recursive-decision-ledger/SKILL.md +80 -0
  321. package/prisma/skills/redis-patterns/SKILL.md +404 -0
  322. package/prisma/skills/regex-vs-llm-structured-text/SKILL.md +221 -0
  323. package/prisma/skills/remotion-video-creation/SKILL.md +43 -0
  324. package/prisma/skills/remotion-video-creation/rules/3d.md +86 -0
  325. package/prisma/skills/remotion-video-creation/rules/animations.md +29 -0
  326. package/prisma/skills/remotion-video-creation/rules/assets/charts-bar-chart.tsx +173 -0
  327. package/prisma/skills/remotion-video-creation/rules/assets/text-animations-typewriter.tsx +100 -0
  328. package/prisma/skills/remotion-video-creation/rules/assets/text-animations-word-highlight.tsx +108 -0
  329. package/prisma/skills/remotion-video-creation/rules/assets.md +78 -0
  330. package/prisma/skills/remotion-video-creation/rules/audio.md +172 -0
  331. package/prisma/skills/remotion-video-creation/rules/calculate-metadata.md +104 -0
  332. package/prisma/skills/remotion-video-creation/rules/can-decode.md +75 -0
  333. package/prisma/skills/remotion-video-creation/rules/charts.md +58 -0
  334. package/prisma/skills/remotion-video-creation/rules/compositions.md +146 -0
  335. package/prisma/skills/remotion-video-creation/rules/display-captions.md +126 -0
  336. package/prisma/skills/remotion-video-creation/rules/extract-frames.md +229 -0
  337. package/prisma/skills/remotion-video-creation/rules/fonts.md +152 -0
  338. package/prisma/skills/remotion-video-creation/rules/get-audio-duration.md +58 -0
  339. package/prisma/skills/remotion-video-creation/rules/get-video-dimensions.md +68 -0
  340. package/prisma/skills/remotion-video-creation/rules/get-video-duration.md +58 -0
  341. package/prisma/skills/remotion-video-creation/rules/gifs.md +138 -0
  342. package/prisma/skills/remotion-video-creation/rules/images.md +130 -0
  343. package/prisma/skills/remotion-video-creation/rules/import-srt-captions.md +67 -0
  344. package/prisma/skills/remotion-video-creation/rules/lottie.md +67 -0
  345. package/prisma/skills/remotion-video-creation/rules/measuring-dom-nodes.md +34 -0
  346. package/prisma/skills/remotion-video-creation/rules/measuring-text.md +143 -0
  347. package/prisma/skills/remotion-video-creation/rules/sequencing.md +106 -0
  348. package/prisma/skills/remotion-video-creation/rules/tailwind.md +11 -0
  349. package/prisma/skills/remotion-video-creation/rules/text-animations.md +20 -0
  350. package/prisma/skills/remotion-video-creation/rules/timing.md +179 -0
  351. package/prisma/skills/remotion-video-creation/rules/transcribe-captions.md +19 -0
  352. package/prisma/skills/remotion-video-creation/rules/transitions.md +122 -0
  353. package/prisma/skills/remotion-video-creation/rules/trimming.md +52 -0
  354. package/prisma/skills/remotion-video-creation/rules/videos.md +171 -0
  355. package/prisma/skills/repo-scan/SKILL.md +79 -0
  356. package/prisma/skills/research-ops/SKILL.md +113 -0
  357. package/prisma/skills/returns-reverse-logistics/SKILL.md +240 -0
  358. package/prisma/skills/rules-distill/SKILL.md +265 -0
  359. package/prisma/skills/rules-distill/scripts/scan-rules.sh +58 -0
  360. package/prisma/skills/rules-distill/scripts/scan-skills.sh +129 -0
  361. package/prisma/skills/rust-patterns/SKILL.md +500 -0
  362. package/prisma/skills/rust-testing/SKILL.md +501 -0
  363. package/prisma/skills/safety-guard/SKILL.md +76 -0
  364. package/prisma/skills/santa-method/SKILL.md +307 -0
  365. package/prisma/skills/scientific-db-pubmed-database/SKILL.md +176 -0
  366. package/prisma/skills/scientific-db-uspto-database/SKILL.md +178 -0
  367. package/prisma/skills/scientific-pkg-gget/SKILL.md +167 -0
  368. package/prisma/skills/scientific-thinking-literature-review/SKILL.md +193 -0
  369. package/prisma/skills/scientific-thinking-scholar-evaluation/SKILL.md +161 -0
  370. package/prisma/skills/search-first/SKILL.md +183 -0
  371. package/prisma/skills/security-bounty-hunter/SKILL.md +100 -0
  372. package/prisma/skills/security-review/SKILL.md +504 -0
  373. package/prisma/skills/security-review/cloud-infrastructure-security.md +361 -0
  374. package/prisma/skills/security-scan/SKILL.md +166 -0
  375. package/prisma/skills/seo/SKILL.md +155 -0
  376. package/prisma/skills/skill-comply/SKILL.md +59 -0
  377. package/prisma/skills/skill-comply/fixtures/compliant_trace.jsonl +5 -0
  378. package/prisma/skills/skill-comply/fixtures/noncompliant_trace.jsonl +3 -0
  379. package/prisma/skills/skill-comply/fixtures/tdd_spec.yaml +44 -0
  380. package/prisma/skills/skill-comply/prompts/classifier.md +24 -0
  381. package/prisma/skills/skill-comply/prompts/scenario_generator.md +62 -0
  382. package/prisma/skills/skill-comply/prompts/spec_generator.md +42 -0
  383. package/prisma/skills/skill-comply/pyproject.toml +15 -0
  384. package/prisma/skills/skill-comply/scripts/__init__.py +0 -0
  385. package/prisma/skills/skill-comply/scripts/classifier.py +85 -0
  386. package/prisma/skills/skill-comply/scripts/grader.py +124 -0
  387. package/prisma/skills/skill-comply/scripts/parser.py +107 -0
  388. package/prisma/skills/skill-comply/scripts/report.py +170 -0
  389. package/prisma/skills/skill-comply/scripts/run.py +127 -0
  390. package/prisma/skills/skill-comply/scripts/runner.py +194 -0
  391. package/prisma/skills/skill-comply/scripts/scenario_generator.py +70 -0
  392. package/prisma/skills/skill-comply/scripts/spec_generator.py +72 -0
  393. package/prisma/skills/skill-comply/scripts/utils.py +13 -0
  394. package/prisma/skills/skill-comply/tests/test_grader.py +197 -0
  395. package/prisma/skills/skill-comply/tests/test_parser.py +90 -0
  396. package/prisma/skills/skill-comply/tests/test_runner.py +172 -0
  397. package/prisma/skills/skill-scout/SKILL.md +141 -0
  398. package/prisma/skills/skill-stocktake/SKILL.md +195 -0
  399. package/prisma/skills/skill-stocktake/scripts/quick-diff.sh +87 -0
  400. package/prisma/skills/skill-stocktake/scripts/save-results.sh +56 -0
  401. package/prisma/skills/skill-stocktake/scripts/scan.sh +170 -0
  402. package/prisma/skills/social-graph-ranker/SKILL.md +155 -0
  403. package/prisma/skills/social-publisher/SKILL.md +130 -0
  404. package/prisma/skills/springboot-patterns/SKILL.md +315 -0
  405. package/prisma/skills/springboot-security/SKILL.md +273 -0
  406. package/prisma/skills/springboot-tdd/SKILL.md +159 -0
  407. package/prisma/skills/springboot-verification/SKILL.md +232 -0
  408. package/prisma/skills/strategic-compact/SKILL.md +136 -0
  409. package/prisma/skills/swift-actor-persistence/SKILL.md +144 -0
  410. package/prisma/skills/swift-concurrency-6-2/SKILL.md +216 -0
  411. package/prisma/skills/swift-protocol-di-testing/SKILL.md +191 -0
  412. package/prisma/skills/swiftui-patterns/SKILL.md +259 -0
  413. package/prisma/skills/taste/SKILL.md +264 -0
  414. package/prisma/skills/taste/references/genre-taxonomy.md +87 -0
  415. package/prisma/skills/tdd-workflow/SKILL.md +583 -0
  416. package/prisma/skills/team-agent-orchestration/SKILL.md +111 -0
  417. package/prisma/skills/team-builder/SKILL.md +169 -0
  418. package/prisma/skills/terminal-ops/SKILL.md +110 -0
  419. package/prisma/skills/tinystruct-patterns/SKILL.md +279 -0
  420. package/prisma/skills/tinystruct-patterns/references/architecture.md +90 -0
  421. package/prisma/skills/tinystruct-patterns/references/data-handling.md +60 -0
  422. package/prisma/skills/tinystruct-patterns/references/database.md +99 -0
  423. package/prisma/skills/tinystruct-patterns/references/routing.md +64 -0
  424. package/prisma/skills/tinystruct-patterns/references/system-usage.md +97 -0
  425. package/prisma/skills/tinystruct-patterns/references/testing.md +72 -0
  426. package/prisma/skills/token-budget-advisor/SKILL.md +134 -0
  427. package/prisma/skills/ui-demo/SKILL.md +466 -0
  428. package/prisma/skills/ui-to-vue/SKILL.md +135 -0
  429. package/prisma/skills/uncloud/SKILL.md +344 -0
  430. package/prisma/skills/unified-notifications-ops/SKILL.md +188 -0
  431. package/prisma/skills/verification-loop/SKILL.md +127 -0
  432. package/prisma/skills/video-editing/SKILL.md +311 -0
  433. package/prisma/skills/videodb/SKILL.md +375 -0
  434. package/prisma/skills/videodb/reference/api-reference.md +550 -0
  435. package/prisma/skills/videodb/reference/capture-reference.md +407 -0
  436. package/prisma/skills/videodb/reference/capture.md +101 -0
  437. package/prisma/skills/videodb/reference/editor.md +443 -0
  438. package/prisma/skills/videodb/reference/generative.md +331 -0
  439. package/prisma/skills/videodb/reference/rtstream-reference.md +564 -0
  440. package/prisma/skills/videodb/reference/rtstream.md +65 -0
  441. package/prisma/skills/videodb/reference/search.md +230 -0
  442. package/prisma/skills/videodb/reference/streaming.md +406 -0
  443. package/prisma/skills/videodb/reference/use-cases.md +118 -0
  444. package/prisma/skills/videodb/scripts/ws_listener.py +282 -0
  445. package/prisma/skills/visa-doc-translate/README.md +86 -0
  446. package/prisma/skills/visa-doc-translate/SKILL.md +117 -0
  447. package/prisma/skills/vite-patterns/SKILL.md +450 -0
  448. package/prisma/skills/vue-patterns/SKILL.md +471 -0
  449. package/prisma/skills/windows-desktop-e2e/SKILL.md +888 -0
  450. package/prisma/skills/workspace-surface-audit/SKILL.md +126 -0
  451. package/prisma/skills/x-api/SKILL.md +235 -0
@@ -0,0 +1,888 @@
1
+ ---
2
+ name: windows-desktop-e2e
3
+ description: E2E testing for Windows native desktop apps (WPF, WinForms, Win32/MFC, Qt) using pywinauto and Windows UI Automation.
4
+ metadata:
5
+ origin: ECC
6
+ ---
7
+
8
+ # Windows Desktop E2E Testing
9
+
10
+ End-to-end testing for Windows native desktop applications using **pywinauto** backed by Windows UI Automation (UIA). Covers WPF, WinForms, Win32/MFC, and Qt (5.x / 6.x) — with Qt-specific guidance as a dedicated section.
11
+
12
+ ## When to Activate
13
+
14
+ - Writing or running E2E tests for a Windows native desktop application
15
+ - Setting up a desktop GUI test suite from scratch
16
+ - Diagnosing flaky or failing desktop automation tests
17
+ - Adding testability (AutomationId, accessible names) to an existing app
18
+ - Integrating desktop E2E into a CI/CD pipeline (GitHub Actions `windows-latest`)
19
+
20
+ ### When NOT to Use
21
+
22
+ - Web applications → use `e2e-testing` skill (Playwright)
23
+ - Electron / CEF / WebView2 apps → the HTML layer needs browser automation, not UIA
24
+ - Mobile apps → use platform-specific tools (UIAutomator, XCUITest)
25
+ - Pure unit or integration tests that don't need a running GUI
26
+
27
+ ## Core Concepts
28
+
29
+ All Windows desktop automation relies on **UI Automation (UIA)**, a Windows-built-in accessibility API. Every supported framework exposes a tree of UIA elements with properties Claude can read and act on:
30
+
31
+ ```
32
+ Your test (Python)
33
+ └── pywinauto (UIA backend)
34
+ └── Windows UI Automation API ← built into Windows, framework-agnostic
35
+ └── App's UIA provider ← each framework ships its own
36
+ └── Running .exe
37
+ ```
38
+
39
+ **UIA quality by framework:**
40
+
41
+ | Framework | AutomationId | Reliability | Notes |
42
+ |-----------|-------------|-------------|-------|
43
+ | WPF | 5/5 | Excellent | `x:Name` maps directly to AutomationId |
44
+ | WinForms | 4/5 | Good | `AccessibleName` = AutomationId |
45
+ | UWP / WinUI 3 | 5/5 | Excellent | Full Microsoft support |
46
+ | Qt 6.x | 5/5 | Excellent | Accessibility enabled by default; class names change to `Qt6*` |
47
+ | Qt 5.15+ | 4/5 | Good | Improved Accessibility module |
48
+ | Qt 5.7–5.14 | 3/5 | Fair | Needs `QT_ACCESSIBILITY=1`; objectName manual |
49
+ | Win32 / MFC | 3/5 | Fair | Control IDs accessible; text matching common |
50
+
51
+ ## Setup & Prerequisites
52
+
53
+ ```bash
54
+ # Python 3.8+, Windows only
55
+ pip install pywinauto pytest pytest-html Pillow pytest-timeout
56
+ # Optional: screen recording
57
+ # Install ffmpeg and add to PATH: https://ffmpeg.org/download.html
58
+ ```
59
+
60
+ Verify UIA is reachable:
61
+
62
+ ```python
63
+ from pywinauto import Desktop
64
+ Desktop(backend="uia").windows() # lists all top-level windows
65
+ ```
66
+
67
+ Install **Accessibility Insights for Windows** (free, from Microsoft) — your DevTools equivalent for inspecting the UIA element tree before writing any test.
68
+
69
+ ## Testability Setup (by Framework)
70
+
71
+ The single most impactful thing you can do is **give every interactive control a stable AutomationId** before writing tests.
72
+
73
+ ### WPF
74
+
75
+ ```xml
76
+ <!-- XAML: x:Name becomes AutomationId automatically -->
77
+ <TextBox x:Name="usernameInput" />
78
+ <PasswordBox x:Name="passwordInput" />
79
+ <Button x:Name="btnLogin" Content="Login" />
80
+ <TextBlock x:Name="lblError" />
81
+ ```
82
+
83
+ ### WinForms
84
+
85
+ ```csharp
86
+ // Set in designer or code
87
+ usernameInput.AccessibleName = "usernameInput";
88
+ passwordInput.AccessibleName = "passwordInput";
89
+ btnLogin.AccessibleName = "btnLogin";
90
+ lblError.AccessibleName = "lblError";
91
+ ```
92
+
93
+ ### Win32 / MFC
94
+
95
+ ```cpp
96
+ // Control resource IDs in .rc file are exposed as AutomationId strings
97
+ // IDC_EDIT_USERNAME -> AutomationId "1001"
98
+ // Prefer SetWindowText for Name; add IAccessible for richer support
99
+ ```
100
+
101
+ ### Qt — see dedicated section below
102
+
103
+ ---
104
+
105
+ ## Page Object Model
106
+
107
+ ```
108
+ tests/
109
+ ├── conftest.py # app launch fixture, failure screenshot
110
+ ├── pytest.ini
111
+ ├── config.py
112
+ ├── pages/
113
+ │ ├── __init__.py # required for imports
114
+ │ ├── base_page.py # locators, wait, screenshot helpers
115
+ │ ├── login_page.py
116
+ │ └── main_page.py
117
+ ├── tests/
118
+ │ ├── __init__.py
119
+ │ ├── test_login.py
120
+ │ └── test_main_flow.py
121
+ └── artifacts/ # screenshots, videos, logs
122
+ ```
123
+
124
+ ### base_page.py
125
+
126
+ ```python
127
+ import os, time
128
+ from pywinauto import Desktop
129
+ from config import ACTION_TIMEOUT, ARTIFACT_DIR
130
+
131
+ class BasePage:
132
+ def __init__(self, window):
133
+ self.window = window
134
+
135
+ # --- Locators (priority order) ---
136
+
137
+ def by_id(self, auto_id, **kw):
138
+ """AutomationId — most stable. Use as first choice."""
139
+ return self.window.child_window(auto_id=auto_id, **kw)
140
+
141
+ def by_name(self, name, **kw):
142
+ """Visible text / accessible name."""
143
+ return self.window.child_window(title=name, **kw)
144
+
145
+ def by_class(self, cls, index=0, **kw):
146
+ """Control class + index — fragile, avoid if possible."""
147
+ return self.window.child_window(class_name=cls, found_index=index, **kw)
148
+
149
+ # --- Waits ---
150
+
151
+ def wait_visible(self, spec, timeout=ACTION_TIMEOUT):
152
+ spec.wait("visible", timeout=timeout)
153
+ return spec
154
+
155
+ def wait_gone(self, spec, timeout=ACTION_TIMEOUT):
156
+ spec.wait_not("visible", timeout=timeout)
157
+ return spec
158
+
159
+ def wait_window(self, title, timeout=ACTION_TIMEOUT):
160
+ """Wait for a new top-level window (dialogs, child windows)."""
161
+ dlg = Desktop(backend="uia").window(title=title)
162
+ dlg.wait("visible", timeout=timeout)
163
+ return dlg
164
+
165
+ def wait_until(self, fn, timeout=ACTION_TIMEOUT, interval=0.3):
166
+ """Poll an arbitrary condition — use when UIA events are unreliable."""
167
+ deadline = time.time() + timeout
168
+ while time.time() < deadline:
169
+ try:
170
+ if fn():
171
+ return True
172
+ except Exception:
173
+ pass
174
+ time.sleep(interval)
175
+ raise TimeoutError(f"Condition not met within {timeout}s")
176
+
177
+ # --- Actions ---
178
+
179
+ def click(self, spec):
180
+ self.wait_visible(spec)
181
+ spec.click_input()
182
+
183
+ def type_text(self, spec, text):
184
+ self.wait_visible(spec)
185
+ ctrl = spec.wrapper_object()
186
+ try:
187
+ ctrl.set_edit_text(text)
188
+ except Exception as e:
189
+ # Qt 5.x fallback: UIA Value Pattern may be incomplete
190
+ import sys, pywinauto.keyboard as kb
191
+ print(f"[windows-desktop-e2e] set_edit_text failed ({e}), using keyboard fallback", file=sys.stderr)
192
+ ctrl.click_input()
193
+ kb.send_keys("^a")
194
+ kb.send_keys(text, with_spaces=True)
195
+
196
+ def get_text(self, spec):
197
+ ctrl = spec.wrapper_object()
198
+ for attr in ("window_text", "get_value"):
199
+ try:
200
+ v = getattr(ctrl, attr)()
201
+ if v:
202
+ return v
203
+ except Exception:
204
+ pass
205
+ return ""
206
+
207
+ # --- Artifacts ---
208
+
209
+ def screenshot(self, name):
210
+ os.makedirs(ARTIFACT_DIR, exist_ok=True)
211
+ path = os.path.join(ARTIFACT_DIR, f"{name}.png")
212
+ self.window.capture_as_image().save(path)
213
+ return path
214
+ ```
215
+
216
+ ### login_page.py
217
+
218
+ ```python
219
+ from pages.base_page import BasePage
220
+
221
+ class LoginPage(BasePage):
222
+ @property
223
+ def username(self): return self.by_id("usernameInput")
224
+
225
+ @property
226
+ def password(self): return self.by_id("passwordInput")
227
+
228
+ @property
229
+ def btn_login(self): return self.by_id("btnLogin")
230
+
231
+ @property
232
+ def error_label(self): return self.by_id("lblError")
233
+
234
+ def login(self, user, pwd):
235
+ self.type_text(self.username, user)
236
+ self.type_text(self.password, pwd)
237
+ self.click(self.btn_login)
238
+
239
+ def login_ok(self, user, pwd, main_title="Main Window"):
240
+ self.login(user, pwd)
241
+ return self.wait_window(main_title)
242
+
243
+ def login_fail(self, user, pwd):
244
+ self.login(user, pwd)
245
+ self.wait_visible(self.error_label)
246
+ return self.get_text(self.error_label)
247
+ ```
248
+
249
+ ### conftest.py
250
+
251
+ > For new projects prefer the **Tier 1 sandbox fixture** (see below) — it adds filesystem isolation at zero extra cost. This basic fixture is for minimal/legacy setups only.
252
+
253
+ ```python
254
+ import os, pytest
255
+ os.environ["QT_ACCESSIBILITY"] = "1" # Required for Qt 5.x UIA support
256
+
257
+ from pywinauto import Application
258
+ from config import APP_PATH, MAIN_WINDOW_TITLE, LAUNCH_TIMEOUT, ARTIFACT_DIR
259
+
260
+ @pytest.fixture
261
+ def app(request):
262
+ if not APP_PATH:
263
+ pytest.exit("APP_PATH environment variable is not set", returncode=1)
264
+ proc = Application(backend="uia").start(APP_PATH, timeout=LAUNCH_TIMEOUT)
265
+ win = proc.window(title=MAIN_WINDOW_TITLE)
266
+ win.wait("visible", timeout=LAUNCH_TIMEOUT)
267
+ yield win
268
+ # Screenshot on failure
269
+ if getattr(getattr(request.node, "rep_call", None), "failed", False):
270
+ os.makedirs(ARTIFACT_DIR, exist_ok=True)
271
+ try:
272
+ win.capture_as_image().save(
273
+ os.path.join(ARTIFACT_DIR, f"FAIL_{request.node.name}.png")
274
+ )
275
+ except Exception:
276
+ pass
277
+ # Graceful exit first, force-kill as fallback
278
+ # proc is a pywinauto Application — use wait_for_process_exit(), not wait_for_process()
279
+ try:
280
+ win.close()
281
+ proc.wait_for_process_exit(timeout=5)
282
+ except Exception:
283
+ proc.kill()
284
+
285
+ @pytest.hookimpl(tryfirst=True, hookwrapper=True)
286
+ def pytest_runtest_makereport(item, call):
287
+ outcome = yield
288
+ setattr(item, f"rep_{outcome.get_result().when}", outcome.get_result())
289
+ ```
290
+
291
+ ### config.py
292
+
293
+ ```python
294
+ import os
295
+ APP_PATH = os.environ.get("APP_PATH", "") # set via env — no default path
296
+ MAIN_WINDOW_TITLE = os.environ.get("APP_TITLE", "")
297
+ LAUNCH_TIMEOUT = int(os.environ.get("LAUNCH_TIMEOUT", "15"))
298
+ ACTION_TIMEOUT = int(os.environ.get("ACTION_TIMEOUT", "10"))
299
+ ARTIFACT_DIR = os.path.join(os.path.dirname(__file__), "artifacts")
300
+ ```
301
+
302
+ ### pytest.ini
303
+
304
+ ```ini
305
+ [pytest]
306
+ testpaths = tests
307
+ markers =
308
+ smoke: fast smoke tests for critical paths
309
+ flaky: known-unstable tests
310
+ addopts = -v --tb=short --html=artifacts/report.html --self-contained-html
311
+ ```
312
+
313
+ ## Locator Strategy
314
+
315
+ ```
316
+ AutomationId > Name (text) > ClassName + index > XPath
317
+ (stable) (readable) (fragile) (last resort)
318
+ ```
319
+
320
+ Inspect with Accessibility Insights → **Properties** pane → look for `AutomationId` first.
321
+
322
+ ```python
323
+ # Inspect at runtime — paste into a REPL to explore the tree
324
+ win.print_control_identifiers()
325
+ # or narrow scope:
326
+ win.child_window(auto_id="groupBox1").print_control_identifiers()
327
+ ```
328
+
329
+ ## Wait Patterns
330
+
331
+ ```python
332
+ # Wait for control to appear
333
+ page.wait_visible(page.by_id("statusLabel"))
334
+
335
+ # Wait for control to disappear (e.g. loading spinner)
336
+ page.wait_gone(page.by_id("spinnerOverlay"))
337
+
338
+ # Wait for a dialog to pop up
339
+ dlg = page.wait_window("Confirm Delete")
340
+
341
+ # Custom condition (e.g. text changes)
342
+ page.wait_until(lambda: page.get_text(page.by_id("lblStatus")) == "Ready")
343
+ ```
344
+
345
+ **Never use `time.sleep()` as primary synchronization** — use `wait()` or `wait_until()`.
346
+
347
+ ## Artifact Management
348
+
349
+ ```python
350
+ # Screenshot on demand
351
+ page.screenshot("after_login")
352
+
353
+ # Full-screen capture (when window is off-screen or minimised)
354
+ import pyautogui
355
+ pyautogui.screenshot("artifacts/fullscreen.png")
356
+
357
+ # Screen recording with ffmpeg (start before test, stop after)
358
+ import subprocess
359
+
360
+ def start_recording(name):
361
+ return subprocess.Popen([
362
+ "ffmpeg", "-f", "gdigrab", "-framerate", "10",
363
+ "-i", "desktop", "-y", f"artifacts/videos/{name}.mp4"
364
+ ], stdin=subprocess.PIPE, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
365
+
366
+ def stop_recording(proc):
367
+ proc.stdin.write(b"q"); proc.stdin.flush(); proc.wait(timeout=10)
368
+ ```
369
+
370
+ ## Per-Step Trace (opt-in)
371
+
372
+ The default failure screenshot is often too thin for diagnosing flaky tests. The step-level trace below is **off by default** — enable it only when reproducing a flaky case.
373
+
374
+ ### Enable
375
+
376
+ ```bash
377
+ E2E_TRACE=1 pytest tests/test_login.py -v
378
+ # Include typed text in the JSONL log (DO NOT use on tests that type credentials/PII):
379
+ E2E_TRACE=1 E2E_TRACE_INCLUDE_TEXT=1 pytest ...
380
+ ```
381
+
382
+ ### Patch into BasePage
383
+
384
+ ```python
385
+ import os, json, time
386
+ TRACE_ENABLED = os.environ.get("E2E_TRACE") == "1"
387
+ TRACE_INCLUDE_TEXT = os.environ.get("E2E_TRACE_INCLUDE_TEXT") == "1"
388
+
389
+ class BasePage:
390
+ _step = 0
391
+
392
+ def _trace(self, action, spec=None, text=None):
393
+ if not TRACE_ENABLED:
394
+ return
395
+ BasePage._step += 1
396
+ idx = f"{BasePage._step:03d}"
397
+ os.makedirs(ARTIFACT_DIR, exist_ok=True)
398
+ try:
399
+ self.window.capture_as_image().save(
400
+ os.path.join(ARTIFACT_DIR, f"step_{idx}_{action}.png"))
401
+ except Exception:
402
+ pass # capture failure must not break the test
403
+ rec = {
404
+ "ts": time.time(), "step": BasePage._step, "action": action,
405
+ "locator": getattr(spec, "criteria", None),
406
+ "text": text if TRACE_INCLUDE_TEXT else ("<redacted>" if text else None),
407
+ }
408
+ with open(os.path.join(ARTIFACT_DIR, "trace.jsonl"), "a") as f:
409
+ f.write(json.dumps(rec) + "\n")
410
+
411
+ def click(self, spec):
412
+ self.wait_visible(spec); self._trace("click_before", spec)
413
+ spec.click_input(); self._trace("click_after", spec)
414
+
415
+ def type_text(self, spec, text):
416
+ self.wait_visible(spec); self._trace("type_before", spec, text)
417
+ # ... existing set_edit_text / keyboard fallback ...
418
+ self._trace("type_after", spec)
419
+ ```
420
+
421
+ ### Caveats
422
+
423
+ - **PII / credentials**: `type_text` content is `<redacted>` by default. Never set `E2E_TRACE_INCLUDE_TEXT=1` on login or payment flows.
424
+ - **Overhead**: ~50–200ms per action + one PNG per step on disk. Don't enable on the default CI matrix — only on a dedicated flake-repro job.
425
+ - **Artifact bloat**: a long flow produces tens of MB; tune `retention-days` accordingly.
426
+ - **Parallel/rerun hygiene**: this simple example appends to `trace.jsonl` and uses a class-level counter. Clear the artifact directory before reruns, and use per-worker artifact dirs for parallel tests.
427
+ - **Coverage gap**: actions performed outside `BasePage` (raw `pywinauto` calls in test code) are not traced.
428
+
429
+ ## Flaky Test Handling
430
+
431
+ ```python
432
+ # Quarantine — equivalent to Playwright's test.fixme()
433
+ @pytest.mark.skip(reason="Flaky: animation race on slow CI. Issue #42")
434
+ def test_animated_transition(self, app): ...
435
+
436
+ # Skip in CI only
437
+ @pytest.mark.skipif(os.environ.get("CI") == "true", reason="Flaky in CI #43")
438
+ def test_heavy_load(self, app): ...
439
+ ```
440
+
441
+ Common causes and fixes:
442
+
443
+ | Cause | Fix |
444
+ |-------|-----|
445
+ | Control not ready | Replace `time.sleep` with `wait_visible` |
446
+ | Window not focused | Add `win.set_focus()` before interactions |
447
+ | Animation in progress | `wait_until(lambda: not loading_indicator.exists())` |
448
+ | Dialog timing | `wait_window(title, timeout=15)` |
449
+ | CI display not ready | Set `DISPLAY` or use virtual desktop in CI |
450
+ | `set_edit_text` raises NotImplementedError | UIA ValuePattern missing (common on Qt 5.x) — `BasePage.type_text` already falls back to `keyboard.send_keys` |
451
+ | Control exists but `wait_visible` times out | Window minimised or off-screen — call `win.restore()` + `win.set_focus()` before waiting |
452
+
453
+ ## Test Isolation & Sandbox
454
+
455
+ Three tiers of isolation — use the lightest tier that satisfies your needs.
456
+
457
+ ### Tier 1 — Filesystem Isolation (default, always use)
458
+
459
+ Each test gets its own `APPDATA` / `LOCALAPPDATA` / `TEMP` via `subprocess.Popen` and `Application.connect()`. pytest's `tmp_path` fixture handles cleanup automatically.
460
+
461
+ ```python
462
+ # conftest.py — replace the basic `app` fixture with this
463
+ import os, subprocess, pytest
464
+ from pywinauto import Application
465
+ from config import APP_PATH, APP_ARGS, APP_TITLE, LAUNCH_TIMEOUT, ACTION_TIMEOUT, ARTIFACT_DIR
466
+
467
+ @pytest.fixture(scope="function")
468
+ def app(request, tmp_path):
469
+ """Fresh process + isolated user-data dirs per test."""
470
+ if not APP_PATH:
471
+ pytest.exit("APP_PATH not set", returncode=1)
472
+
473
+ # Redirect all per-user storage to an isolated tmp directory
474
+ sandbox_env = os.environ.copy()
475
+ sandbox_env["QT_ACCESSIBILITY"] = "1"
476
+ sandbox_env["APPDATA"] = str(tmp_path / "AppData" / "Roaming")
477
+ sandbox_env["LOCALAPPDATA"] = str(tmp_path / "AppData" / "Local")
478
+ sandbox_env["TEMP"] = sandbox_env["TMP"] = str(tmp_path / "Temp")
479
+ for p in (sandbox_env["APPDATA"], sandbox_env["LOCALAPPDATA"], sandbox_env["TEMP"]):
480
+ os.makedirs(p, exist_ok=True)
481
+
482
+ if not APP_TITLE:
483
+ pytest.exit("APP_TITLE environment variable is not set", returncode=1)
484
+
485
+ # shlex.split handles quoted args with spaces; plain split() breaks on them
486
+ import shlex
487
+ # Launch via subprocess so we can pass env; connect pywinauto by PID
488
+ proc = subprocess.Popen(
489
+ [APP_PATH] + shlex.split(APP_ARGS),
490
+ env=sandbox_env,
491
+ )
492
+ pw_app = Application(backend="uia").connect(process=proc.pid, timeout=LAUNCH_TIMEOUT)
493
+ win = pw_app.window(title=APP_TITLE)
494
+ win.wait("visible", timeout=LAUNCH_TIMEOUT)
495
+ yield win
496
+
497
+ if getattr(getattr(request.node, "rep_call", None), "failed", False):
498
+ os.makedirs(ARTIFACT_DIR, exist_ok=True)
499
+ try:
500
+ win.capture_as_image().save(
501
+ os.path.join(ARTIFACT_DIR, f"FAIL_{request.node.name}.png")
502
+ )
503
+ except Exception:
504
+ pass
505
+ try:
506
+ win.close()
507
+ proc.wait(timeout=5)
508
+ except Exception:
509
+ proc.kill()
510
+ # tmp_path is cleaned up automatically by pytest
511
+
512
+ @pytest.hookimpl(tryfirst=True, hookwrapper=True)
513
+ def pytest_runtest_makereport(item, call):
514
+ outcome = yield
515
+ setattr(item, f"rep_{outcome.get_result().when}", outcome.get_result())
516
+ ```
517
+
518
+ ### Tier 2 — Windows Job Object (optional: process-lifetime containment)
519
+
520
+ Attach the process to a Job Object so it is **automatically terminated** when
521
+ the test fixture's job handle is GC'd. Also prevents the app from spawning
522
+ child processes that escape fixture cleanup.
523
+
524
+ > **Scope of isolation:** Job Objects do NOT virtualize filesystem access or
525
+ > block network traffic. File-write and network isolation require AppContainer,
526
+ > Windows Firewall rules, or Tier 3 (Windows Sandbox). Use Tier 2 only for
527
+ > process-lifetime and child-process containment.
528
+
529
+ Requires no extra dependencies.
530
+
531
+ ```python
532
+ import ctypes, ctypes.wintypes as wt
533
+
534
+ def restrict_process(pid: int):
535
+ """
536
+ Attach the process to a Job Object that prevents it from:
537
+ - spawning processes outside the job (LIMIT_KILL_ON_JOB_CLOSE)
538
+ Does NOT block network — use Windows Firewall rules for that.
539
+ """
540
+ JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE = 0x00002000
541
+ # Minimal rights: SET_QUOTA (0x0100) | TERMINATE (0x0001)
542
+ PROCESS_SET_QUOTA_AND_TERMINATE = 0x0101
543
+
544
+ kernel32 = ctypes.windll.kernel32
545
+ job = kernel32.CreateJobObjectW(None, None)
546
+ hproc = kernel32.OpenProcess(PROCESS_SET_QUOTA_AND_TERMINATE, False, pid)
547
+
548
+ # Correct struct layout — LimitFlags is at offset +16, not +44
549
+ class JOBOBJECT_BASIC_LIMIT_INFORMATION(ctypes.Structure):
550
+ _fields_ = [
551
+ ("PerProcessUserTimeLimit", wt.LARGE_INTEGER),
552
+ ("PerJobUserTimeLimit", wt.LARGE_INTEGER),
553
+ ("LimitFlags", wt.DWORD),
554
+ ("MinimumWorkingSetSize", ctypes.c_size_t),
555
+ ("MaximumWorkingSetSize", ctypes.c_size_t),
556
+ ("ActiveProcessLimit", wt.DWORD),
557
+ ("Affinity", ctypes.c_size_t),
558
+ ("PriorityClass", wt.DWORD),
559
+ ("SchedulingClass", wt.DWORD),
560
+ ]
561
+
562
+ info = JOBOBJECT_BASIC_LIMIT_INFORMATION()
563
+ info.LimitFlags = JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE
564
+ ok = kernel32.SetInformationJobObject(job, 2, ctypes.byref(info), ctypes.sizeof(info))
565
+ if not ok:
566
+ raise ctypes.WinError()
567
+ kernel32.AssignProcessToJobObject(job, hproc)
568
+ kernel32.CloseHandle(hproc)
569
+ return job # keep alive — job closes (kills proc) when GC'd
570
+
571
+ # After proc = subprocess.Popen(...): job = restrict_process(proc.pid)
572
+ ```
573
+
574
+ ### Tier 3 — Windows Sandbox (CI full-OS isolation)
575
+
576
+ When you need a clean Windows image per run (no leftover registry keys, no
577
+ shared GPU state, true isolation), run the **entire test suite** inside
578
+ [Windows Sandbox](https://learn.microsoft.com/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-overview).
579
+
580
+ **Requirement:** Windows 10/11 Pro or Enterprise, Virtualization enabled.
581
+
582
+ Create `e2e-sandbox.wsb` in your project root:
583
+
584
+ ```xml
585
+ <Configuration>
586
+ <MappedFolders>
587
+ <!-- App binary (read-only) -->
588
+ <MappedFolder>
589
+ <HostFolder>C:\path\to\your\build\Release</HostFolder>
590
+ <SandboxFolder>C:\app</SandboxFolder>
591
+ <ReadOnly>true</ReadOnly>
592
+ </MappedFolder>
593
+ <!-- Test suite (read-write for artifacts) -->
594
+ <MappedFolder>
595
+ <HostFolder>C:\path\to\your\e2e_test</HostFolder>
596
+ <SandboxFolder>C:\e2e_test</SandboxFolder>
597
+ <ReadOnly>false</ReadOnly>
598
+ </MappedFolder>
599
+ </MappedFolders>
600
+ <LogonCommand>
601
+ <!--
602
+ Windows Sandbox starts with no Python. Install it silently first,
603
+ then install deps and run tests. Artifacts are written back to the
604
+ host via the MappedFolder above.
605
+ -->
606
+ <Command>powershell -Command "
607
+ winget install --id Python.Python.3.11 --silent --accept-package-agreements;
608
+ $env:PATH += ';' + $env:LOCALAPPDATA + '\Programs\Python\Python311\Scripts';
609
+ cd C:\e2e_test;
610
+ pip install -r requirements.txt;
611
+ pytest tests\ -v
612
+ "</Command>
613
+ </LogonCommand>
614
+ </Configuration>
615
+ ```
616
+
617
+ Launch: `WindowsSandbox.exe e2e-sandbox.wsb`
618
+
619
+ > pywinauto and the app both run **inside** the sandbox (same session required).
620
+ > Artifacts are written back to the host via the mapped folder.
621
+
622
+ ### Tier comparison
623
+
624
+ | Tier | Isolation | Setup cost | Works on CI | Use when |
625
+ |------|-----------|-----------|-------------|----------|
626
+ | 1 — `tmp_path` env redirect | Filesystem | Zero | Always | Default for all tests |
627
+ | 2 — Job Object | Process tree | Low | Always | Prevent child-process escape |
628
+ | 3 — Windows Sandbox | Full OS | Medium | Needs Pro/Enterprise image | Nightly clean-room runs |
629
+
630
+ ### Prevent hanging tests
631
+
632
+ Add `pytest-timeout` to cap any single test. In `pytest.ini` set `timeout = 60` and `timeout_method = thread`. Note: `thread` method cannot kill Qt app subprocesses on Windows — add `atexit.register(lambda: [p.kill() for p in psutil.Process().children(recursive=True)])` in `conftest.py` to reap orphans.
633
+
634
+ ## CI/CD Integration
635
+
636
+ ```yaml
637
+ # .github/workflows/e2e-desktop.yml
638
+ name: Desktop E2E
639
+ on: [push, pull_request]
640
+
641
+ jobs:
642
+ e2e:
643
+ runs-on: windows-latest # real GUI environment, no Xvfb needed
644
+ steps:
645
+ - uses: actions/checkout@v4
646
+
647
+ - uses: actions/setup-python@v5
648
+ with: { python-version: "3.11" }
649
+
650
+ - name: Install deps
651
+ run: pip install pywinauto pytest pytest-html Pillow
652
+
653
+ - name: Build app
654
+ run: cmake --build build --config Release # adjust to your build system
655
+
656
+ - name: Run E2E
657
+ env:
658
+ APP_PATH: ${{ github.workspace }}\build\Release\MyApp.exe
659
+ APP_TITLE: "My Application"
660
+ CI: "true"
661
+ run: pytest tests/ --html=artifacts/report.html --self-contained-html --junitxml=artifacts/results.xml -v
662
+
663
+ - uses: actions/upload-artifact@v4
664
+ if: always()
665
+ with:
666
+ name: e2e-artifacts
667
+ path: artifacts/
668
+ retention-days: 14
669
+ ```
670
+
671
+ ## Qt Specific
672
+
673
+ ### Enable UIA in Qt 5.x
674
+
675
+ Qt 5.x accessibility is disabled by default in some builds (especially 5.7–5.14). Set the environment variable **before** launching. Qt 6.x enables accessibility by default — skip this step for Qt 6.
676
+
677
+ ```python
678
+ # conftest.py — add at module top
679
+ import os
680
+ os.environ["QT_ACCESSIBILITY"] = "1"
681
+ ```
682
+
683
+ Or export it in CI:
684
+
685
+ ```yaml
686
+ env:
687
+ QT_ACCESSIBILITY: "1"
688
+ ```
689
+
690
+ ### Add Stable Identifiers to Qt Widgets
691
+
692
+ ```cpp
693
+ // Preferred: both objectName and accessibleName
694
+ void setTestId(QWidget* w, const char* id) {
695
+ w->setObjectName(id);
696
+ w->setAccessibleName(id); // becomes UIA Name property
697
+ }
698
+
699
+ // In your dialog constructor:
700
+ setTestId(ui->usernameEdit, "usernameInput");
701
+ setTestId(ui->passwordEdit, "passwordInput");
702
+ setTestId(ui->loginButton, "btnLogin");
703
+ setTestId(ui->errorLabel, "lblError");
704
+ ```
705
+
706
+ Centralise all IDs in a header to avoid typos:
707
+
708
+ ```cpp
709
+ // test_ids.h
710
+ #define TID_USERNAME "usernameInput"
711
+ #define TID_PASSWORD "passwordInput"
712
+ #define TID_BTN_LOGIN "btnLogin"
713
+ #define TID_LBL_ERROR "lblError"
714
+ ```
715
+
716
+ ### Qt-Specific Quirks
717
+
718
+ **QComboBox** — the dropdown is a separate top-level window:
719
+
720
+ ```python
721
+ from pywinauto import Desktop
722
+
723
+ def select_combo_item(page, combo_spec, item_text):
724
+ page.click(combo_spec)
725
+ # Dropdown appears as a new root-level window
726
+ # class_name varies by Qt version — verify with Accessibility Insights
727
+ # Qt 5.x: "Qt5QWindowIcon" | Qt 6.x: "Qt6QWindowIcon" — verify with Accessibility Insights
728
+ popup = Desktop(backend="uia").window(class_name_re="Qt[56]QWindowIcon")
729
+ popup.wait("visible", timeout=5)
730
+ popup.child_window(title=item_text).click_input()
731
+ ```
732
+
733
+ **QMessageBox / QDialog** — also separate top-level windows:
734
+
735
+ ```python
736
+ dlg = page.wait_window("Confirm") # wait for dialog title
737
+ dlg.child_window(title="OK").click_input() # click button inside it
738
+ ```
739
+
740
+ **QTableWidget / QTableView** — row/cell access:
741
+
742
+ ```python
743
+ table = page.by_id("tblUsers").wrapper_object()
744
+ cell = table.cell(row=0, column=1)
745
+ print(cell.window_text())
746
+ ```
747
+
748
+ **Self-drawn controls** (`paintEvent`-only, `QGraphicsView`, `QOpenGLWidget`) — UIA cannot see their internals. Use the Fallback section below.
749
+
750
+ ## Fallback: Screenshot Mode
751
+
752
+ When a control is not reachable via UIA (self-drawn, third-party, game engine):
753
+
754
+ ```bash
755
+ pip install pyautogui Pillow opencv-python
756
+ ```
757
+
758
+ ```python
759
+ import pyautogui, cv2, numpy as np
760
+ from PIL import Image
761
+
762
+ def find_image_on_screen(template_path, confidence=0.85):
763
+ """Locate a template image on screen. Returns (x, y) center or None."""
764
+ screen = np.array(pyautogui.screenshot())
765
+ template = np.array(Image.open(template_path))
766
+ result = cv2.matchTemplate(
767
+ cv2.cvtColor(screen, cv2.COLOR_RGB2BGR),
768
+ cv2.cvtColor(template, cv2.COLOR_RGB2BGR),
769
+ cv2.TM_CCOEFF_NORMED,
770
+ )
771
+ _, max_val, _, max_loc = cv2.minMaxLoc(result)
772
+ if max_val >= confidence:
773
+ h, w = template.shape[:2]
774
+ return max_loc[0] + w // 2, max_loc[1] + h // 2
775
+ return None
776
+
777
+ def click_image(template_path, confidence=0.85):
778
+ pos = find_image_on_screen(template_path, confidence)
779
+ if pos is None:
780
+ raise RuntimeError(f"Image not found on screen: {template_path}")
781
+ pyautogui.click(*pos)
782
+ ```
783
+
784
+ ### DPI / Scaling Rules (screenshot mode only)
785
+
786
+ Screenshot matching is brutally sensitive to Windows display scaling (100% / 125% / 150%). Three hard rules:
787
+
788
+ 1. **Capture templates at the same scale as the target machine.** Don't try to rescue a mismatch with `PIL.Image.resize` — `cv2.matchTemplate` is very fragile against resampling artefacts.
789
+ 2. **Pin the CI display scaling.** On `windows-latest` add a step like `Set-DisplayResolution 1920 1080 -Force` and disable per-monitor DPI scaling, so screenshot dimensions are reproducible.
790
+ 3. **Record the scale alongside each artefact.** On capture, write `GetDpiForWindow(hwnd) / 96` to `artifacts/<test>/metadata.json` — postmortems become obvious instead of guess-work.
791
+
792
+ > Process-level DPI awareness (`SetProcessDpiAwarenessContext`) **can conflict with Qt's own DPI handling** when the app under test is Qt-based. Prefer "same-scale templates + CI pin" over flipping process-wide DPI mode in fixtures.
793
+
794
+ ### Debugging Match Confidence
795
+
796
+ When tuning the `confidence` threshold, the only sane workflow is to **see** where the match landed. The helper below is diagnosis-only — do not call it from test code.
797
+
798
+ ```python
799
+ def debug_match(template_path, out="artifacts/match_debug.png", confidence=0.85):
800
+ """Diagnosis-only. Draw the best-match rectangle + score back on the current screen.
801
+
802
+ NOT for production tests — use when calibrating confidence or chasing false matches.
803
+ """
804
+ import os, cv2, pyautogui, numpy as np
805
+ screen = np.array(pyautogui.screenshot())[:, :, ::-1]
806
+ tpl = cv2.imread(template_path)
807
+ if tpl is None:
808
+ raise RuntimeError(f"Template unreadable: {template_path}")
809
+ res = cv2.matchTemplate(screen, tpl, cv2.TM_CCOEFF_NORMED)
810
+ _, mv, _, ml = cv2.minMaxLoc(res)
811
+ h, w = tpl.shape[:2]
812
+ colour = (0, 255, 0) if mv >= confidence else (0, 0, 255) # green pass / red fail
813
+ cv2.rectangle(screen, ml, (ml[0]+w, ml[1]+h), colour, 2)
814
+ cv2.putText(screen, f"score={mv:.3f} thr={confidence}",
815
+ (ml[0], max(20, ml[1]-6)),
816
+ cv2.FONT_HERSHEY_SIMPLEX, 0.7, colour, 2)
817
+ os.makedirs(os.path.dirname(out) or ".", exist_ok=True)
818
+ cv2.imwrite(out, screen)
819
+ return mv
820
+ ```
821
+
822
+ **Use sparingly** — image matching breaks on DPI changes, theme switches, and partial occlusion.
823
+ Always try UIA first; fall back to screenshots only for genuinely unreachable controls.
824
+
825
+ ## Anti-Patterns
826
+
827
+ ```python
828
+ # BAD: fixed sleep
829
+ time.sleep(3)
830
+ page.click(page.by_id("btnSubmit"))
831
+
832
+ # GOOD: condition wait
833
+ page.wait_visible(page.by_id("btnSubmit"))
834
+ page.click(page.by_id("btnSubmit"))
835
+ ```
836
+
837
+ ```python
838
+ # BAD: brittle class+index locator as primary strategy
839
+ page.by_class("Edit", index=2).type_keys("hello")
840
+
841
+ # GOOD: AutomationId
842
+ page.by_id("usernameInput").set_edit_text("hello")
843
+ ```
844
+
845
+ ```python
846
+ # BAD: assert on pixel coordinates
847
+ assert btn.rectangle().left == 120
848
+
849
+ # GOOD: assert on content / state
850
+ assert page.get_text(page.by_id("lblStatus")) == "Logged in"
851
+ assert page.by_id("btnLogout").is_enabled()
852
+ ```
853
+
854
+ ```python
855
+ # BAD: share app instance across all tests (state leaks)
856
+ @pytest.fixture(scope="session")
857
+ def app(): ...
858
+
859
+ # GOOD: fresh process per test (or per class at most)
860
+ @pytest.fixture(scope="function")
861
+ def app(): ...
862
+ ```
863
+
864
+ ## Running Tests
865
+
866
+ ```bash
867
+ # All tests
868
+ pytest tests/ -v
869
+
870
+ # Smoke only
871
+ pytest tests/ -m smoke -v
872
+
873
+ # Specific file
874
+ pytest tests/test_login.py -v
875
+
876
+ # With custom app path
877
+ APP_PATH="C:\build\Release\MyApp.exe" APP_TITLE="MyApp" pytest tests/ -v
878
+
879
+ # Detect flaky tests (repeat each 5 times)
880
+ pip install pytest-repeat
881
+ pytest tests/test_login.py --count=5 -v
882
+ ```
883
+
884
+ ## Related Skills
885
+
886
+ - `e2e-testing` — Playwright E2E for web applications
887
+ - `cpp-testing` — C++ unit/integration testing with GoogleTest
888
+ - `cpp-coding-standards` — C++ code style and patterns