From 93443c737f7c767f2b619c21263e615d3f24a82e Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Wed, 9 Jan 2019 10:24:25 +0000 Subject: [PATCH] Add note on running acceptance tests to README --- services/docstore/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/services/docstore/README.md b/services/docstore/README.md index 9b6ba5dd83..4058e6cb42 100644 --- a/services/docstore/README.md +++ b/services/docstore/README.md @@ -5,6 +5,13 @@ A CRUD API for storing and updating text documents in projects [![Build Status](https://travis-ci.org/sharelatex/docstore-sharelatex.png?branch=master)](https://travis-ci.org/sharelatex/docstore-sharelatex) +Acceptance tests can be run with the command +``` +docker run --rm -e AWS_BUCKET="" -e AWS_ACCESS_KEY_ID= -e AWS_SECRET_ACCESS_KEY= -v $(pwd):/app sharelatex/acceptance-test-runner +``` +where `bucket-name`, `aws-access-key` and `aws-secret-access-key` are the credentials for an AWS S3 bucket. + + License -------