Add iOS simulator UI smoke check

This commit is contained in:
Mikhail Kilin
2026-05-20 23:09:20 +03:00
parent f6b4b34ed4
commit 7bde72f715
3 changed files with 46 additions and 0 deletions

View File

@@ -32,3 +32,9 @@ Launch the fake-backed app in the first available iPhone simulator:
```bash
DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer scripts/run-ios-simulator-app.sh
```
Run the simulator launch plus screenshot sanity check:
```bash
DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer scripts/smoke-ios-simulator-ui.sh
```