From 61946b4f14280cedb456ce97311f845eae2e8b6c Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 4 Feb 2014 19:51:37 +0100 Subject: [PATCH] more examples --- test/Makefile | 3 +++ test/README.txt | 2 ++ 2 files changed, 5 insertions(+) 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 -- 1.7.10.4