@@ -12,7 +12,7 @@ title: |-
12
12
summary : |
13
13
MagicPod UI test step
14
14
description : |
15
- You can execute E2E testing of iOS/Android apps on MagicPod (https://magic-pod .com).
15
+ You can execute E2E testing of iOS/Android apps on MagicPod (https://magicpod .com).
16
16
website : https://github.com/magic-Pod/bitrise-step-magic-pod
17
17
source_code_url : https://github.com/magic-Pod/bitrise-step-magic-pod
18
18
support_url : https://github.com/magic-Pod/bitrise-step-magic-pod/issues
@@ -54,7 +54,7 @@ inputs:
54
54
Access token to use MagicPod Web API.
55
55
56
56
* Key: Arbitrary new Secret Env name like `MAGIC_POD_API_TOKEN`
57
- * Value: API token copied from https://magic-pod .com/accounts/api-token/.
57
+ * Value: API token copied from https://app.magicpod .com/accounts/api-token/.
58
58
is_required : true
59
59
is_expand : true
60
60
is_sensitive : true
@@ -115,7 +115,7 @@ inputs:
115
115
Define how to treat the uploaded app file after the test.
116
116
This option is valid only when you specify _App path_.
117
117
value_options : ["Not delete", "Always delete", "Delete only when tests succeeded"]
118
- - base_url : " https://magic-pod .com"
118
+ - base_url : " https://app.magicpod .com"
119
119
opts :
120
120
title : " MagicPod web API URL"
121
121
description : |-
@@ -135,4 +135,4 @@ outputs:
135
135
title : " MAGIC_POD_TEST_RESULT"
136
136
summary : |-
137
137
Array which contains status/URL information of all batch runs. The format is like
138
- [{"Url":"https://magic-pod .com/ORG_NAME/PRJ_NAME/batch-run/10/","Status":"failed","Batch_Run_Number":10,"Test_Cases":{"Succeeded":3,"Failed":1,"Aborted":0,"Unresolved":0,"Total":4}}]
138
+ [{"Url":"https://app.magicpod .com/ORG_NAME/PRJ_NAME/batch-run/10/","Status":"failed","Batch_Run_Number":10,"Test_Cases":{"Succeeded":3,"Failed":1,"Aborted":0,"Unresolved":0,"Total":4}}]
0 commit comments