Update Readme.md

This commit is contained in:
Cyrille 2019-05-08 15:49:17 +01:00
parent e02705b54a
commit a828c3fbac
1 changed files with 16 additions and 0 deletions

View File

@ -36,6 +36,22 @@ var greenlock = Greenlock.create({
```
## Testing
The strategy is tested against the greenlock-store-test [https://git.coolaj86.com/coolaj86/greenlock-store-test.js]
To run the tests yourself, create a `.env` file with the following
```
// .env file
AWS_ACCESS_KEY_ID=abc // Your accessKeyId
AWS_SECRET_ACCESS_KEY=abc // Your secretAccessKey
AWS_BUCKET_REGION=abc // Your regionName
AWS_BUCKET_NAME=abc // Your bucketName
```
Run the following command: `npm run clean && npm run test && npm run clean`
## License
ISC