diff --git a/webclient/test/README b/webclient/test/README
new file mode 100644
index 0000000000000000000000000000000000000000..b1e0d7adeaaea7ccccd07f3400aa28313f710adf
--- /dev/null
+++ b/webclient/test/README
@@ -0,0 +1,9 @@
+Requires:
+ - npm
+ - npm install karma
+ - npm install jasmine
+
+Setting up continuous integration / run the tests:
+  karma start
+
+