docs: trivial corrections to test documentation

This commit is contained in:
muxator 2018-07-28 00:23:26 +02:00 committed by muxator
parent a3ae374a67
commit cb8275fc4b
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
# About this folder: Tests # About this folder: Tests
Before running the tests, start an Etherpad instance on your machine.
## Frontend ## Frontend
To run the tests, point your browser to `<yourdomainhere>/tests/frontend` To run the frontend tests, point your browser to `<yourdomainhere>/tests/frontend`
## Backend ## Backend
To run the tests, run ``bin/backendTests.sh`` To run the backend tests, run `bin/backendTests.sh`