From 1e7c40874b913ebdb69d275531e089ab9326fb80 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 10 Jan 2014 18:05:35 +0000 Subject: [PATCH] add a README for jasmine tests --- examples/htdocs/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/htdocs/README diff --git a/examples/htdocs/README b/examples/htdocs/README new file mode 100644 index 0000000..702151d --- /dev/null +++ b/examples/htdocs/README @@ -0,0 +1,15 @@ +Development +=========================================== + +please run first in this directory: +$ make jasmine-links + + +jasmine.html - jasmine test with standard HTML page. + +jasmine-popup.html - jasmine test with MKWS popup. No HTML, only JavaScript. + Returns better readable test results as jasmine.html, + but it is less flexible. + + + -- 1.7.10.4