File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,3 +154,12 @@ jobs:
154154 env : |
155155 BUNDLEID=org.wikimedia.wikipedia
156156 name : Run iOS Environment Variables Test
157+
158+ - name : Run Android Camera Check Test
159+ uses : devicecloud-dev/device-cloud-for-maestro@v1
160+ with :
161+ api-key : ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
162+ api-url : ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
163+ app-file : ./binaries/sample.apk
164+ workspace : ./flows/check-cam.yaml
165+ name : Run Android Camera Check Test
Original file line number Diff line number Diff line change 1+ appId : org.wikipedia
2+ ---
3+ - swipe :
4+ direction : ' UP'
5+ - tapOn :
6+ text : ' Camera'
7+ - tapOn :
8+ id : ' com.android.camera2:id/confirm_button'
9+ - tapOn :
10+ id : ' com.android.permissioncontroller:id/permission_allow_foreground_only_button'
11+ - tapOn :
12+ id : ' com.android.camera2:id/three_dots'
13+ - tapOn :
14+ id : ' com.android.camera2:id/camera_toggle_button'
You can’t perform that action at this time.
0 commit comments