forked from
jollywhoppers.com/witchsky.app
Bluesky app fork with some witchin' additions 馃挮
1appId: app.witchsky
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- runFlow:
19 when:
20 platform: Android
21 commands:
22 - hideKeyboard
23- tapOn: "Done"
24- tapOn:
25 id: "loginUsernameInput"
26- inputText: "Alice"
27- tapOn:
28 id: "loginPasswordInput"
29- inputText: "hunter2"
30- pressKey: Enter
31- tapOn:
32 text: "Not Now"
33 optional: true
34- assertVisible: "Following"