From cb8275fc4bbd424e04751aeffecebc9b5fd36999 Mon Sep 17 00:00:00 2001 From: muxator Date: Sat, 28 Jul 2018 00:23:26 +0200 Subject: [PATCH] docs: trivial corrections to test documentation --- tests/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index 201ee4c8..55ae0ef8 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,9 +1,11 @@ # About this folder: Tests +Before running the tests, start an Etherpad instance on your machine. + ## Frontend -To run the tests, point your browser to `/tests/frontend` +To run the frontend tests, point your browser to `/tests/frontend` ## Backend -To run the tests, run ``bin/backendTests.sh`` +To run the backend tests, run `bin/backendTests.sh`