more examples
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 4 Feb 2014 18:51:37 +0000 (19:51 +0100)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 4 Feb 2014 18:51:37 +0000 (19:51 +0100)
test/Makefile
test/README.txt

index 1b76d34..a6c0865 100644 (file)
@@ -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"
+
index 8ce41f0..fb6bfa5 100644 (file)
@@ -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