Files
callstack__agent-device/examples/test-app/app.json
Michał Pierzchała 6ae0612ebc fix: clean up maestro test reporter output (#935)
* fix: clean up maestro test reporter output

* chore: enable expo build disk cache

* refactor: simplify replay progress detail formatting

* fix: surface replay runner recovery hints

* fix: prioritize ios runner recovery hint

* fix: avoid trailing punctuation in runner state hint

* fix: keep internal cleanup scripts out of runner hints

* chore: remove redundant maestro test app open flag

* fix: make test app maestro flow self-contained

* fix: simplify maestro test duration output

* fix: refine maestro test summary output

* fix: dim maestro live progress counters

* test: clear test app state before maestro flow

* test: update maestro reporter progress expectations

* chore: remove maestro app open flag handling

* fix: apply maestro reporter cleanup to default reporter
2026-06-29 21:02:30 +02:00

22 lines
515 B
JSON

{
"expo": {
"name": "Agent Device Tester",
"slug": "agent-device-test-app",
"version": "1.0.0",
"orientation": "default",
"userInterfaceStyle": "automatic",
"buildCacheProvider": {
"plugin": "expo-build-disk-cache"
},
"plugins": ["expo-router"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.callstack.agentdevicelab"
},
"android": {
"package": "com.callstack.agentdevicelab",
"predictiveBackGestureEnabled": false
}
}
}