Validate Android UI behavior with Compose UI tests, Espresso-style checks, screenshot assertions, and accessibility verification.
67
60%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/android-testing-ui/SKILL.mdandroid-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
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.