# Reset App State Helper # Use this to reset the app to a fresh state for testing appId: com.millianlmx.tabatafit name: Reset App State --- # Kill the app - killApp # Clear app data (iOS Simulator) # Note: On Android, use: adb shell pm clear com.millianlmx.tabatafit - launchApp: clearState: true # App should start at onboarding - assertVisible: "onboarding-problem-cta"