From: Wolfram Schneider Date: Tue, 4 Feb 2014 18:51:37 +0000 (+0100) Subject: more examples X-Git-Tag: 1.0.0~1522 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=61946b4f14280cedb456ce97311f845eae2e8b6c more examples --- diff --git a/test/Makefile b/test/Makefile index 1b76d34..a6c0865 100644 --- a/test/Makefile +++ b/test/Makefile @@ -61,3 +61,6 @@ help: @echo "make [ all | check | clean | distclean ]" @echo " [ phantomjs | screenshot ]" @echo " [ jsbeautifier | node-modules ]" + @echo "" + @echo "DEBUG=1 make phantomjs PHANTOMJS_TIMEOUT=8 PHANTOM_URL=https://mkws-dev.indexdata.com/jasmine-popup.html" + diff --git a/test/README.txt b/test/README.txt index 8ce41f0..fb6bfa5 100644 --- a/test/README.txt +++ b/test/README.txt @@ -21,6 +21,8 @@ Finished in 2.024 seconds $ make phantomjs [ headless jasmine test with console.log() messages +$ DEBUG=1 make phantomjs PHANTOM_URL=https://mkws-dev.indexdata.com/jasmine-popup.html +[ less debug noise ] To get a basic help, run: $ make help