An ATproto social media client -- with an independent Appview.
1appId: xyz.blueskyweb.app
2---
3- launchApp:
4 appId: "xyz.blueskyweb.app"
5 clearState: true
6- waitForAnimationToEnd
7- tapOn: "http://localhost:8081"
8- waitForAnimationToEnd
9- extendedWaitUntil:
10 visible: "Continue"
11- swipe:
12 from: "Bluesky"
13 direction: DOWN
14- tapOn:
15 id: e2eProxyHeaderInput
16- inputText: ${output.result}
17- pressKey: Enter
18- hideKeyboard