mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
6ae0612ebc
* 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
22 lines
515 B
JSON
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
|
|
}
|
|
}
|
|
}
|