Cmp Ui Testing banner
tstapler tstapler

Cmp Ui Testing

Testing community

Description

--- name: cmp-ui-testing description: Compose Multiplatform UI testing guide for SteleKit. Covers the two-layer testing strategy: createComposeRule-based interaction tests (click, assert, type) using ComposeUITestBase, and Roborazzi screenshot regression tests. Use when writing new Compose UI tests, adding screenshot tests, or understanding how the existing jvmTest UI test infrastructure works. --- # Compose Multiplatform UI Testing — SteleKit SteleKit uses a two-layer UI testing strategy, bot

Installation

Installs to ~/.claude/skills/tstapler-dotfiles-cmp-ui-testing/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tstapler-dotfiles-cmp-ui-testing && curl -fsSL https://raw.githubusercontent.com/tstapler/dotfiles/HEAD/.claude/skills/cmp-ui-testing.md -o ~/.claude/skills/tstapler-dotfiles-cmp-ui-testing/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository