From 5e1d51d5d732fbeb52899d5f2bddd163a083b47a Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Fri, 11 Jan 2019 19:04:35 +0000 Subject: [PATCH] Add note on acceptance tests to README.md --- services/track-changes/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/services/track-changes/README.md b/services/track-changes/README.md index 65cf6fe2ff..cc9c204e7c 100644 --- a/services/track-changes/README.md +++ b/services/track-changes/README.md @@ -5,6 +5,15 @@ An API for converting raw editor updates into a compressed and browseable histor [![Build Status](https://travis-ci.org/sharelatex/track-changes-sharelatex.png?branch=master)](https://travis-ci.org/sharelatex/track-changes-sharelatex) +Acceptance tests can be run with the command +``` +AWS_BUCKET= AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= make test +``` +where `bucket-name`, `aws-access-key` and `aws-secret-access-key` are the credentials for an AWS S3 bucket. + + + + License -------