Skip to content

Commit 4a4730b

Browse files
committed
version 0.0.6 avoid default values
1 parent e7a6b72 commit 4a4730b

File tree

2 files changed

+5
-64
lines changed

2 files changed

+5
-64
lines changed

bitrise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ app:
66
envs:
77
# If you want to share this step into a StepLib
88
- BITRISE_STEP_ID: device-cloud-for-maestro
9-
- BITRISE_STEP_VERSION: "0.0.5"
9+
- BITRISE_STEP_VERSION: "0.0.6"
1010
- BITRISE_STEP_GIT_CLONE_URL: https://github.com/devicecloud-dev/bitrise-integration.git
1111
- MY_STEPLIB_REPO_FORK_GIT_URL: [email protected]:devicecloud-dev/bitrise-integration.git
1212

step.yml

Lines changed: 4 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -65,34 +65,13 @@ inputs:
6565
summary: "Android device to run your flow against"
6666
is_expand: true
6767
is_required: false
68-
value_options:
69-
- "pixel-6"
70-
- "pixel-6-pro"
71-
- "pixel-7"
72-
- "pixel-7-pro"
73-
- "generic-tablet"
7468

7569
- ios_device: ""
7670
opts:
7771
title: "iOS Device"
7872
summary: "iOS device to run your flow against"
7973
is_expand: true
8074
is_required: false
81-
value_options:
82-
- "iphone-13"
83-
- "iphone-14"
84-
- "iphone-14-plus"
85-
- "iphone-14-pro"
86-
- "iphone-14-pro-max"
87-
- "iphone-15"
88-
- "iphone-15-plus"
89-
- "iphone-15-pro"
90-
- "iphone-15-pro-max"
91-
- "iphone-16"
92-
- "iphone-16-plus"
93-
- "iphone-16-pro"
94-
- "iphone-16-pro-max"
95-
- "ipad-pro-6th-gen"
9675

9776
- workspace: ""
9877
opts:
@@ -114,6 +93,7 @@ inputs:
11493
summary: "Run tests asynchronously"
11594
is_expand: true
11695
is_required: false
96+
default_value: "false"
11797
value_options:
11898
- "true"
11999
- "false"
@@ -124,26 +104,13 @@ inputs:
124104
summary: "Android API level to use for testing"
125105
is_expand: true
126106
is_required: false
127-
value_options:
128-
- "29"
129-
- "30"
130-
- "31"
131-
- "32"
132-
- "33"
133-
- "34"
134-
- "35"
135107

136108
- ios_version: ""
137109
opts:
138110
title: "iOS Version"
139111
summary: "iOS version to use for testing"
140112
is_expand: true
141113
is_required: false
142-
value_options:
143-
- "15"
144-
- "16"
145-
- "17"
146-
- "18"
147114

148115
- include_tags: ""
149116
opts:
@@ -172,6 +139,7 @@ inputs:
172139
summary: "Whether to use Google Play services"
173140
is_expand: true
174141
is_required: false
142+
default_value: "false"
175143
value_options:
176144
- "true"
177145
- "false"
@@ -210,44 +178,20 @@ inputs:
210178
summary: "Which artifacts to download (ALL or FAILED)"
211179
is_expand: true
212180
is_required: false
213-
value_options:
214-
- "ALL"
215-
- "FAILED"
216181

217182
- maestro_version: ""
218183
opts:
219184
title: "Maestro Version"
220185
summary: "Specific version of Maestro to use"
221186
is_expand: true
222187
is_required: false
223-
value_options:
224-
- "1.36.0"
225-
- "1.37.0"
226-
- "1.37.1"
227-
- "1.37.2"
228-
- "1.37.3"
229-
- "1.37.4"
230-
- "1.37.5"
231-
- "1.37.6"
232-
- "1.37.7"
233-
- "1.37.8"
234-
- "1.37.9"
235-
- "1.38.1"
236-
- "1.39.0"
237-
- "1.39.1"
238-
- "1.39.2"
239188

240189
- orientation: ""
241190
opts:
242191
title: "Device Orientation"
243192
summary: "Device orientation in degrees"
244193
is_expand: true
245194
is_required: false
246-
value_options:
247-
- "0"
248-
- "90"
249-
- "180"
250-
- "270"
251195

252196
- retry: ""
253197
opts:
@@ -256,8 +200,5 @@ inputs:
256200
is_expand: true
257201
is_required: false
258202

259-
outputs:
260-
- DEVICECLOUD_TEST_RESULTS:
261-
opts:
262-
title: "Test Results URL"
263-
summary: "URL to view the test results on devicecloud.dev"
203+
204+
# TODO: Add output URL

0 commit comments

Comments
 (0)