File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -239,3 +239,33 @@ You can specify which version of Maestro to use (ALPHA feature):
239239 app-file: app.apk
240240 maestro-version: 1.39.0
241241` ` `
242+
243+ # Specifying Device Models
244+
245+ You can target specific device models for your tests using the `android-device` or `ios-device` parameters.
246+
247+ See a full list of available device models [here](https://docs.devicecloud.dev/getting-started/devices-configuration).
248+
249+ # # Android Device
250+
251+ Specify an Android device model to run your tests on :
252+
253+ ` ` ` yaml
254+ - uses: devicecloud-dev/device-cloud-for-maestro@v1
255+ with:
256+ api-key: ${{ secrets.DCD_API_KEY }}
257+ app-file: app.apk
258+ android-device: pixel-6
259+ ` ` `
260+
261+ # # iOS Device
262+
263+ Specify an iOS device model to run your tests on :
264+
265+ ` ` ` yaml
266+ - uses: devicecloud-dev/device-cloud-for-maestro@v1
267+ with:
268+ api-key: ${{ secrets.DCD_API_KEY }}
269+ app-file: app.zip
270+ ios-device: iphone-14
271+ ` ` `
Original file line number Diff line number Diff line change 22 "name" : " dcd-github-action" ,
33 "description" : " run maestro tests on devicecloud.dev" ,
44 "author" : " devicecloud.dev" ,
5- "version" : " 1.1.1 " ,
5+ "version" : " 1.1.2 " ,
66 "main" : " src/index.ts" ,
77 "license" : " MIT" ,
88 "engines" : {
You can’t perform that action at this time.
0 commit comments