Skip to content

Commit 5800427

Browse files
committed
Update README.md
1 parent 2bd5159 commit 5800427

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# magicpod-uitest
1+
# magic-pod
22

3-
Magic Pod UI test step
3+
This step enables E2E testing powered by [Magic Pod](https://magic-pod.com)
44

55

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

1515
Requirements:
1616

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)
1821
- You also need to confirm your API token in `https://magic-pod.com/accounts/api-token/`
1922

2023
Step by step:
@@ -33,6 +36,10 @@ An example `.bitrise.secrets.yml` file:
3336
```
3437
envs:
3538
- 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"
3845
```

0 commit comments

Comments
 (0)