File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
- # magicpod-uitest
1
+ # magic-pod
2
2
3
- Magic Pod UI test step
3
+ This step enables E2E testing powered by [ Magic Pod ] ( https://magic-pod.com )
4
4
5
5
6
6
## How to use this Step
@@ -14,7 +14,10 @@ added to your `.bitrise.secrets.yml` file!*
14
14
15
15
Requirements:
16
16
17
- - You need to sign up to ` https://magic-pod.com ` and create test cases first.
17
+ - You need to sign up to ` https://magic-pod.com ` and create the following.
18
+ - Project
19
+ - Test cases
20
+ - Test settings (which defines how batch runs should be executed)
18
21
- You also need to confirm your API token in ` https://magic-pod.com/accounts/api-token/ `
19
22
20
23
Step by step:
@@ -33,6 +36,10 @@ An example `.bitrise.secrets.yml` file:
33
36
```
34
37
envs:
35
38
- MAGIC_POD_API_TOKEN: "<YOUR_TOKEN>"
36
- - BITRISE_APP_DIR_PATH: "<PATH_TO_YOUR_APP_FILE>"
37
- - BASE_URL: "https://magic-pod.com/api/v1.0"
39
+ - ORGANIZATION_NAME: "<YOUR_ORGANIZATION_NAME>"
40
+ - PROJECT_NAME: "<YOUR_PROJECT_NAME>"
41
+ - TEST_SETTINGS_NUMBER: "<YOUR_TEST_SETTINGS_NUMBER>"
42
+ - APP_PATH: "<PATH_TO_YOUR_APP>"
43
+ - WAIT_FOR_RESULT: "true"
44
+ - DELETE_APP_AFTER_TEST: "Not delete"
38
45
```
You can’t perform that action at this time.
0 commit comments