You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+5-34Lines changed: 5 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -68,26 +68,24 @@ inputs:
68
68
maestro-version:
69
69
description: 'Maestro version to run your flow against'
70
70
required: false
71
-
71
+
moropo-v1-api-key:
72
+
description: 'API key for Moropo v1 integration'
73
+
required: false
72
74
name:
73
75
description: 'A custom name for your upload (useful for tagging commits etc)'
74
76
required: false
75
77
orientation:
76
78
description: '[Android only] The orientation of the device to run your flow against in degrees <options: 0|90|180|270>'
77
79
required: false
78
80
quiet:
79
-
description: 'Quieter console output that wont provide progress updates. Defaults to true in CI.'
81
+
description: 'Quieter console output that wont provide progress updates'
80
82
required: false
81
-
default: 'true'
82
83
report:
83
-
description: 'Runs Maestro with the --format flag, this will generate a report in the specified format <options: junit|html|html-detailed|allure>'
84
+
description: 'Runs Maestro with the --format flag, this will generate a report in the specified format <options: junit|html|html-detailed>'
84
85
required: false
85
86
retry:
86
87
description: 'Number of times to retry the run if it fails (same as pressing retry in the UI, this is free)'
87
88
required: false
88
-
moropo-v1-api-key:
89
-
description: 'API key for Moropo v1 integration'
90
-
required: false
91
89
workspace:
92
90
description: 'The path to the workspace folder containing your flows'
93
91
required: false
@@ -118,33 +116,6 @@ inputs:
118
116
description: 'Automatically attach GitHub/PR context (branch, SHA, PR number, PR URL, run ID, repo) to the test run as metadata. Set to "false" to opt out.'
119
117
required: false
120
118
default: 'true'
121
-
app-url:
122
-
description: 'Signed URL to an Expo iOS build (.tar.gz). The archive is downloaded and extracted automatically. Expo signed URLs expire after ~1 hour.'
123
-
required: false
124
-
show-crosshairs:
125
-
description: '[Android only] Display crosshairs for screen interactions during test execution'
126
-
required: false
127
-
dry-run:
128
-
description: 'Simulate the run without actually triggering the upload/test, useful for debugging workflow issues'
129
-
required: false
130
-
metadata:
131
-
description: 'One or more key=value metadata pairs to attach to the run (one per line, e.g. MY_KEY=my_value)'
132
-
required: false
133
-
json:
134
-
description: 'Output results in JSON format. Note: will always provide exit code 0'
135
-
required: false
136
-
json-file-name:
137
-
description: 'Custom name for the JSON output file (can include relative path). Requires json-file: true.'
0 commit comments