Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2013-11-25 07:43:15 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2013-11-25 07:43:15 +0400
commitbcf5eba0b5f2a1eb1b5ffd4bb1cda069ba945c19 (patch)
tree37733879e692a7e421b515293505c21fe560103c /tests/javascript/README.md
parentc85ebdf790c5e83dd844d9e84b7255a9ad5572d7 (diff)
refs #4225 added simple documentation
Diffstat (limited to 'tests/javascript/README.md')
-rw-r--r--tests/javascript/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/javascript/README.md b/tests/javascript/README.md
new file mode 100644
index 0000000000..7d2ede0f56
--- /dev/null
+++ b/tests/javascript/README.md
@@ -0,0 +1,11 @@
+# JavaScript Tests
+
+## Setup
+Javascript integration tests require sqlite:
+ * ensure this PHP extension is enabled to make sure you run all tests apt-get install php5-sqlite
+ * Then please create an empty file enable_sqlite in tests/javascript/enable_sqlite
+ * Re-execute this page and make sure this popup does not display
+
+## Execute
+
+Either open http://piwik.example.com/tests/javascript/ or execute `phantomjs testrunner.js`