File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,21 @@ appId: "${APP_ID}"
88 permissions :
99 camera : allow
1010 notifications : allow
11- - extendedWaitUntil :
12- visible : " Widgets menu"
13- timeout : 240000 # A long timeout since app startup is quite unstable due to resources when executed on Github runners
11+ - takeScreenshot :
12+ path : " maestro/tests/images/actual/${PLATFORM}/app-startup_1"
13+ - assertVisible : " Preview your app effortlessly."
14+ - takeScreenshot :
15+ path : " maestro/tests/images/actual/${PLATFORM}/app-startup_2"
16+ - tapOn : " Continue"
17+ - assertVisible : " Seamless navigation at your fingertips."
18+ - tapOn : " Continue"
19+ - assertVisible : " The 'History' for hassle-free testing."
20+ - tapOn : " Start"
21+ - takeScreenshot :
22+ path : " maestro/tests/images/actual/${PLATFORM}/app-startup_3"
23+ - assertVisible : " Clear cache"
24+ # - extendedWaitUntil:
25+ # visible: "Widgets menu"
26+ # timeout: 240000 # A long timeout since app startup is quite unstable due to resources when executed on Github runners
1427 - takeScreenshot :
1528 path : " maestro/tests/images/actual/${PLATFORM}/app-startup"
You can’t perform that action at this time.
0 commit comments