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`