Skip to content

Commit 48b139c

Browse files
authored
Update README.md
Updated report options to include 'allure' and added 'gpu1' to runner-type.
1 parent 59a2c94 commit 48b139c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ You can download logs, screenshots and videos for test results (BETA feature):
228228
download-artifacts: FAILED # Options: ALL|FAILED
229229
```
230230

231-
Note: There is a $0.01 egress fee per result when using this feature.
232231

233232
# Specifying Maestro version
234233

@@ -293,7 +292,7 @@ You can generate test reports in specific formats using the `report` parameter:
293292
with:
294293
api-key: ${{ secrets.DCD_API_KEY }}
295294
app-file: app.apk
296-
report: junit # Options: junit|html
295+
report: junit # Options: junit|html|allure
297296
```
298297

299298
# Ignore SHA Check
@@ -468,7 +467,7 @@ Here's a complete example showing all available options:
468467
KEY2=value2
469468
name: Custom Run Name
470469
retry: 3
471-
report: junit # junit|html
470+
report: junit # junit|html|allure
472471
473472
# Execution Options
474473
async: false
@@ -478,5 +477,5 @@ Here's a complete example showing all available options:
478477
json-file: true # Write test results to a JSON file
479478
api-url: https://api.devicecloud.dev
480479
config: path/to/maestro-config.yaml
481-
runner-type: default # Experimental: m1|m4
480+
runner-type: default # Experimental: m1|m4|gpu1
482481
```

0 commit comments

Comments
 (0)