We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a35ed commit 81841bfCopy full SHA for 81841bf
step.yml
@@ -207,9 +207,6 @@ inputs:
207
summary: "[Android only] Device orientation (0 = portrait, 90 = landscape)"
208
is_expand: true
209
is_required: false
210
- value_options:
211
- - "0"
212
- - "90"
213
214
- show_crosshairs: "false"
215
opts:
@@ -250,13 +247,9 @@ inputs:
250
247
- report: ""
251
248
252
249
title: "Report Format"
253
- summary: "Generate and download test reports in the specified format"
+ summary: "Generate and download test reports in the specified format (allure, junit, or html)"
254
255
256
257
- - "allure"
258
- - "junit"
259
- - "html"
260
261
- junit_path: ""
262
0 commit comments