You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,13 @@ envs:
30
30
- A_SECRET_PARAM_TWO: the value for secret two
31
31
```
32
32
33
+
## Testing
34
+
-`bitrise run test`
35
+
- Note: This test requires additional configuration to pass:
36
+
1.`AWS_ACCESS_KEY` and `AWS_SECRET_KEY` must be set in `.bitrise.secrets.yml`
37
+
1. An Amazon device farm project must be set up in the target region, and its ARN must be specified in the `device_farm_project` input (see `step.yml` for more info on obtaining the ARN)
38
+
1.`upload_file_path` input must be set to the path of any local file
39
+
33
40
## How to create your own step
34
41
35
42
1. Create a new git repository for your step (**don't fork** the *step template*, create a *new* repository)
0 commit comments