Validate Android UI behavior with Compose UI tests, Espresso-style checks, screenshot assertions, and accessibility verification.
android-compose-accessibilityandroid-ui-states-validationandroid-ui-states-validation when the state matrix itself is incomplete.composeTestRule.onNodeWithText("Review blocked state").performClick()
composeTestRule.onNodeWithText("Reminder readiness").assertIsDisplayed()@Test
fun orbitTasksBoard_matchesGolden() {
composeTestRule.setContent { OrbitTasksApp() }
composeTestRule.onRoot().captureRoboImage()
}composeTestRule
.onNodeWithContentDescription("Team avatar for release readiness")
.assertIsDisplayed()cd examples/orbittasks-compose && ./gradlew :app:connectedDebugAndroidTest verifyRoborazziDebugcd examples/orbittasks-compose && ./gradlew recordRoborazziDebugpython3 scripts/eval_triggers.py --skill android-testing-uic5bf673
Also appears in
since Apr 14, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.