Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 651 Bytes

TESTING.md

File metadata and controls

6 lines (5 loc) · 651 Bytes

Requirements

  • $AWS_ACCEESS_KEY_ID and $AWS_SECRET_ACCESS_KEY environment variables which target to proper accessKeyId and secretAccessKey credentials. These are used for all the tests, therefore if the credentials are from a IAM user, they must be permissive enough in order to succesfully run all the tests.
  • $AWS2JS_S3_BUCKET environment variable which indicates the S3 bucket where the tests should upload their contents.
  • A 3rd party HTTP client implementation: http-get. Install by running npm install http-get.
  • The tests directory must be writable by the system user that runs the tests.