my fork of the bluesky client
1appId: xyz.blueskyweb.app
2---
3- runScript:
4 file: ../setupServer.js
5 env:
6 SERVER_PATH: "?users"
7- runFlow:
8 file: ../setupApp.yml
9- tapOn:
10 id: "e2eOpenLoggedOutView"
11- tapOn: "Sign in"
12- tapOn:
13 id: "selectServiceButton"
14- tapOn: "Custom"
15- tapOn:
16 id: "customServerTextInput"
17- inputText: "http://localhost:3000"
18- tapOn: "Done"
19- tapOn:
20 id: "loginUsernameInput"
21- inputText: "Alice"
22- tapOn:
23 id: "loginPasswordInput"
24- inputText: "hunter2"
25- pressKey: Enter
26- assertVisible: "Following"