An ATproto social media client -- with an independent Appview.
at main 40 lines 777 B view raw
1appId: xyz.blueskyweb.app 2--- 3- runScript: 4 file: ../setupServer.js 5 env: 6 SERVER_PATH: "" 7- runFlow: 8 file: ../setupApp.yml 9- tapOn: 10 id: "e2eOpenLoggedOutView" 11- tapOn: 12 id: "createAccountButton" 13- tapOn: "Bluesky Social" 14- tapOn: 15 id: "customSelectBtn" 16- tapOn: 17 id: "customServerTextInput" 18- inputText: "http://localhost:3000" 19- pressKey: Enter 20- tapOn: 21 id: "doneBtn" 22- tapOn: 23 id: "emailInput" 24- inputText: "example@test.com" 25- tapOn: 26 id: "passwordInput" 27- inputText: "hunter22" 28- hideKeyboard 29- tapOn: 30 id: "nextBtn" 31- tapOn: 32 text: "Not Now" 33 optional: true 34- inputText: "e2e-test" 35- extendedWaitUntil: 36 visible: 37 id: "handleAvailableCheck" 38- tapOn: 39 id: "nextBtn" 40- assertVisible: "Give your profile a face"