diff options
author | John McLear <john@mclear.co.uk> | 2014-11-27 23:58:50 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-11-27 23:58:50 +0000 |
commit | 8b787b8d23fa65ad82566ee4f3bacc9c9d71b650 (patch) | |
tree | ace71754ed553333ee0270fc9ccf39fb17669eef /tests | |
parent | 936e92e044796c9bdd5290a270de7a91fd7f1753 (diff) | |
download | etherpad-lite-8b787b8d23fa65ad82566ee4f3bacc9c9d71b650.zip |
readme docs for backend tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md index 1851305f..201ee4c8 100644 --- a/tests/README.md +++ b/tests/README.md @@ -3,3 +3,7 @@ ## Frontend To run the tests, point your browser to `<yourdomainhere>/tests/frontend` + +## Backend + +To run the tests, run ``bin/backendTests.sh`` |