From d20b2ee9eb182b728b76f99c3c32b9b2ed791082 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 10 Oct 2019 16:54:10 +0200 Subject: [PATCH] document how to run the e2e tests locally --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e944b04ff2..f4c2e5a5d5 100644 --- a/README.md +++ b/README.md @@ -168,3 +168,8 @@ Ensure you've followed the above development instructions and then: ```bash yarn test ``` + +## End-to-End tests + +Make sure you've got your riot development server running (by doing `yarn start` in riot-web), and then in this project, run `yarn run e2etests`. +See `test/end-to-end-tests/README.md` for more information.