summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-07 17:50:37 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-07 17:50:37 +0200
commit6fa3308b9e6955ed12af4e66845b4a7f1af7ca60 (patch)
treec3e46236502f65f9a9f990534dbeef11bbf20155 /README.rst
parente52e9332df64319b4e892b32e9cfcd4d243e18ef (diff)
added acceptancetest suite
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d0b7a8942..f5690b2e0 100644
--- a/README.rst
+++ b/README.rst
@@ -131,3 +131,31 @@ in the **js/** directory
feedUpdateInterval: 1000*60*3 # miliseconds
+
+Running tests
+-------------
+
+JavaScript
+~~~~~~~~~~
+For JavaScript tests see :file:`js/README.md`
+
+
+PHP
+~~~
+All tests::
+
+ make test
+
+Unit tests::
+
+ make unit
+
+Integration tests::
+
+ make integration
+
+.. note:: For acceptance tests, a user with the name **test** and password **test** must exist!
+
+Acceptance tests::
+
+ make acceptance \ No newline at end of file