summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorEric Schrijver <eric@ericschrijver.nl>2013-09-01 11:22:03 +0200
committerEric Schrijver <eric@ericschrijver.nl>2013-09-01 11:23:31 +0200
commit384f500d4c908bc4416a7e06a21480d3c49a19cd (patch)
treeca7c2a6a7e08aa524b5d9cf692acac9b2aaeb647 /CONTRIBUTING.md
parent20ae3b333bf9903135eae16192e9eb4bd8d38b88 (diff)
downloadetherpad-lite-384f500d4c908bc4416a7e06a21480d3c49a19cd.zip
Clarify how to access tests
Add @marcelklehr’s clarification in https://github.com/ether/etherpad-lite/issues/1859
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e185d9c5..74aa8b3f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -63,3 +63,6 @@ The docs are in the `doc/` folder in the git repository, so people can easily fi
Documentation should be kept up-to-date. This means, whenever you add a new API method, add a new hook or change the database model, pack the relevant changes to the docs in the same pull request.
You can build the docs e.g. produce html, using `make docs`. At some point in the future we will provide an online documentation. The current documentation in the github wiki should always reflect the state of `master` (!), since there are no docs in master, yet.
+
+## Testing
+Front-end tests are found in the `tests/frontend/` folder in the repository. Run them by pointing your browser to `<yourdomainhere>/tests/frontend`. \ No newline at end of file