Restore development clients for nightly E2E

This commit is contained in:
Samuel Newman
2026-07-17 17:31:49 +03:00
parent b6b0e41fd4
commit 7a0d9180c7
6 changed files with 57 additions and 30 deletions
+22
View File
@@ -3,6 +3,28 @@ appId: xyz.blueskyweb.app
- launchApp:
appId: "xyz.blueskyweb.app"
clearState: true
arguments:
"-EXDevMenuIsOnboardingFinished": true
- runFlow:
when:
platform: iOS
commands:
- extendedWaitUntil:
visible: "http://localhost:8081"
timeout: 60000
- tapOn: "http://localhost:8081"
- runFlow:
when:
platform: Android
commands:
- extendedWaitUntil:
visible: "http://10.0.2.2:8081"
timeout: 60000
- tapOn: "http://10.0.2.2:8081"
- extendedWaitUntil:
visible: "Continue"
timeout: 180000
- tapOn: "Continue"
- extendedWaitUntil:
visible:
id: e2eProxyHeaderInput