Skip to content

Commit 9336ff4

Browse files
committed
add testing instructions to README
1 parent b68a32c commit 9336ff4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ envs:
3030
- A_SECRET_PARAM_TWO: the value for secret two
3131
```
3232

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+
3340
## How to create your own step
3441

3542
1. Create a new git repository for your step (**don't fork** the *step template*, create a *new* repository)

0 commit comments

Comments
 (0)