Cmp Test

Generate a regression test suite for a Compose Multiplatform app by OBSERVING it — read the running app's semantics tree as JSON via the cmp-inspector MCP (testTags, text, clickables, bounds, nav state), derive a test plan from what actually rendered, and write the tests into the app's shipped harness (Maestro flows in qa/e2e/*.yaml with testTag selectors, plus spec-cited Compose UI tests). Use this when the user says "write tests for my app", "create a regression suite", "test this screen", "cover this flow with tests", "add UI tests to my CMP app", or "generate tests from the running app". Tests are derived from the rendered structure — never guessed from source, never from screenshots.

kvdm-co-pilot b3d795f 2 files · 19.0 KB Updated

File contents

kvdm-co-pilot/create-cmp/tree/main/skills/cmp-test commit b3d795f273

Frequently asked questions

npx skillmds@latest add kvdm-co-pilot/cmp-test