From a828c3fbac05b1043dbf91b23007bfe50257174c Mon Sep 17 00:00:00 2001 From: Cyrille Date: Wed, 8 May 2019 15:49:17 +0100 Subject: [PATCH] Update Readme.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 7d3a106..c96cda2 100644 --- a/README.md +++ b/README.md @@ -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