Skip to content

Commit 0ba52cb

Browse files
authored
fix: update to the new domain (#7)
- Changed the old URLs to the new URLs - Updated magic-pod-api-client version
1 parent 5d9c87b commit 0ba52cb

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# magic-pod
22

3-
This step enables E2E testing powered by [MagicPod](https://magic-pod.com)
3+
This step enables E2E testing powered by [MagicPod](https://magicpod.com)
44

55

66
## How to use this Step
@@ -14,11 +14,11 @@ added to your `.bitrise.secrets.yml` file!*
1414

1515
Requirements:
1616

17-
- You need to sign up to `https://magic-pod.com` and create the following.
17+
- You need to sign up to `https://app.magicpod.com` and create the following.
1818
- Project
1919
- Test cases
2020
- Test settings (which defines how batch runs should be executed)
21-
- You also need to confirm your API token in `https://magic-pod.com/accounts/api-token/`
21+
- You also need to confirm your API token in `https://app.magicpod.com/accounts/api-token/`
2222

2323
Step by step:
2424

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/magic-pod/bitrise-step-magic-pod
33
go 1.17
44

55
require (
6-
github.com/Magic-Pod/magicpod-api-client v0.0.0-20220125023049-2dbbecc080da
6+
github.com/Magic-Pod/magicpod-api-client v0.0.0-20220804002144-74e6d878ec2b
77
github.com/bitrise-io/go-utils v1.0.1
88
github.com/bitrise-tools/go-steputils v0.0.0-20200227150459-94490ca44ddb
99
github.com/urfave/cli v1.22.5

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
2-
github.com/Magic-Pod/magicpod-api-client v0.0.0-20220125023049-2dbbecc080da h1:D+Gg+jeGLT+cMLjaXNkq4P6yYalSzN0LgvOOkuzIW44=
3-
github.com/Magic-Pod/magicpod-api-client v0.0.0-20220125023049-2dbbecc080da/go.mod h1:s0pHkao6lmevevvVMp2buvVl2u3BBOnwSpyxR3czShk=
2+
github.com/Magic-Pod/magicpod-api-client v0.0.0-20220804002144-74e6d878ec2b h1:/ZCnmxc/lF8NYUGrTlKeaD+NkHc0P9XdDz9WjtdzwU0=
3+
github.com/Magic-Pod/magicpod-api-client v0.0.0-20220804002144-74e6d878ec2b/go.mod h1:s0pHkao6lmevevvVMp2buvVl2u3BBOnwSpyxR3czShk=
44
github.com/bitrise-io/go-steputils v1.0.1 h1:lwPl2W1njfANrBoTCkuqOOYbTha263ZFqoWQH0fwhaY=
55
github.com/bitrise-io/go-steputils v1.0.1/go.mod h1:YIUaQnIAyK4pCvQG0hYHVkSzKNT9uL2FWmkFNW4mfNI=
66
github.com/bitrise-io/go-utils v1.0.1 h1:e7mepVBkVN1DXRPESNXb0djEw6bxB6B93p/Q74zzcvk=

step.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: |-
1212
summary: |
1313
MagicPod UI test step
1414
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).
1616
website: https://github.com/magic-Pod/bitrise-step-magic-pod
1717
source_code_url: https://github.com/magic-Pod/bitrise-step-magic-pod
1818
support_url: https://github.com/magic-Pod/bitrise-step-magic-pod/issues
@@ -54,7 +54,7 @@ inputs:
5454
Access token to use MagicPod Web API.
5555
5656
* 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/.
5858
is_required: true
5959
is_expand: true
6060
is_sensitive: true
@@ -115,7 +115,7 @@ inputs:
115115
Define how to treat the uploaded app file after the test.
116116
This option is valid only when you specify _App path_.
117117
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"
119119
opts:
120120
title: "MagicPod web API URL"
121121
description: |-
@@ -135,4 +135,4 @@ outputs:
135135
title: "MAGIC_POD_TEST_RESULT"
136136
summary: |-
137137
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}}]

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# github.com/Magic-Pod/magicpod-api-client v0.0.0-20220125023049-2dbbecc080da
1+
# github.com/Magic-Pod/magicpod-api-client v0.0.0-20220804002144-74e6d878ec2b
22
## explicit; go 1.17
33
github.com/Magic-Pod/magicpod-api-client/common
44
# github.com/bitrise-io/go-steputils v1.0.1

0 commit comments

Comments
 (0)