Labeling and error handling
Configure label and optional in Maestro to improve test reporting, documentation, and resilient error handling for UI flows.
Command labeling
- tapOn:
id: "buy-now-btn-v2"
label: "Confirm purchase on the final checkout screen"
- inputText:
text: "super-secret-password-123"
label: "Enter the secure test user password"
- swipe:
direction: LEFT
label: "Navigate through the onboarding tutorial"Error handling with optional
optionalLast updated