Skip to content

Commit 3517d9f

Browse files
committedJun 21, 2022
Add test instructions to README
In order to ease the process of contributing tested changes, describe the steps needed to run the test suite locally.
1 parent e876b4f commit 3517d9f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
 

‎README.md

+22
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,28 @@ dependency. Benefits include:
130130
* **Microsoft Azure Storage** - [arc_azure](https://github.com/phil-a/arc_azure)
131131

132132
* **Aliyun OSS Storage** - [waffle_aliyun_oss](https://github.com/ug0/waffle_aliyun_oss)
133+
134+
## Testing
135+
136+
The basic test suite can be run with without supplying any S3 information:
137+
138+
```
139+
mix test
140+
```
141+
142+
In order to test S3 capability, you must have access to an S3/equivalent bucket. For
143+
S3 buckets, the bucket must be configured to allow ACLs and it must allow public
144+
access.
145+
146+
The following environment variables will be used by the test suite:
147+
148+
* WAFFLE_TEST_BUCKET
149+
* WAFFLE_TEST_BUCKET2
150+
* WAFFLE_TEST_S3_KEY
151+
* WAFFLE_TEST_S3_SECRET
152+
* WAFFLE_TEST_REGION
153+
154+
After setting these variables, you can run the full test suite with `mix test --include s3:true`.
133155

134156
## Attribution
135157

0 commit comments

Comments
 (0)