Fix E2E development client launch
This commit is contained in:
+8
-13
@@ -9,23 +9,18 @@ appId: xyz.blueskyweb.app
|
|||||||
when:
|
when:
|
||||||
platform: iOS
|
platform: iOS
|
||||||
commands:
|
commands:
|
||||||
- openLink: "exp+bluesky://expo-development-client/?url=http%3A%2F%2Flocalhost%3A8081"
|
- extendedWaitUntil:
|
||||||
- runFlow:
|
visible: "http://localhost:8081"
|
||||||
when:
|
timeout: 60000
|
||||||
visible: 'Open in "Bluesky"'
|
- tapOn: "http://localhost:8081"
|
||||||
commands:
|
|
||||||
- tapOn: Open
|
|
||||||
- runFlow:
|
- runFlow:
|
||||||
when:
|
when:
|
||||||
platform: Android
|
platform: Android
|
||||||
commands:
|
commands:
|
||||||
- openLink: "exp+bluesky://expo-development-client/?url=http%3A%2F%2F10.0.2.2%3A8081"
|
- extendedWaitUntil:
|
||||||
- runFlow:
|
visible: "http://10.0.2.2:8081"
|
||||||
label: "Dismiss Expo dev menu"
|
timeout: 60000
|
||||||
when:
|
- tapOn: "http://10.0.2.2:8081"
|
||||||
visible: "Continue"
|
|
||||||
commands:
|
|
||||||
- back
|
|
||||||
- extendedWaitUntil:
|
- extendedWaitUntil:
|
||||||
visible:
|
visible:
|
||||||
id: e2eProxyHeaderInput
|
id: e2eProxyHeaderInput
|
||||||
|
|||||||
Reference in New Issue
Block a user