From: Wolfram Schneider Date: Fri, 10 Jan 2014 18:05:35 +0000 (+0000) Subject: add a README for jasmine tests X-Git-Tag: 1.0.0~1705 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=1e7c40874b913ebdb69d275531e089ab9326fb80 add a README for jasmine tests --- 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. + + +