X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=test%2FMakefile;h=2c830864622d103c6b85d5a9a5f947e0b5416aec;hb=0b59d256dbe318de407c748d0468f0e56e39a01d;hp=785017a0041108c4ff73e958581bb2aa96c7c980;hpb=2b7e272dc1072cf1cb80769f40a5cbbb16c30f03;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index 785017a..2c83086 100644 --- a/test/Makefile +++ b/test/Makefile @@ -5,12 +5,13 @@ MIKE = PATH=$$PATH:/usr/local/lib/node-v0.10.24-linux-x64/bin NPM_INSTALL_FLAGS=-q PHANTOMJS= ./node_modules/phantomjs/bin/phantomjs PHANTOMJS_URL= https://mkws-dev.indexdata.com/jasmine-popup.html -PHANTOMJS_TIMEOUT= 8 +PHANTOMJS_TIMEOUT= 12 +IMAGES= ./images all: check clean: - rm -f mkws-error.png + rm -f mkws-error.png mkws-error.html distclean: clean rm -rf node_modules @@ -31,6 +32,9 @@ terse: phantomjs: ${PHANTOMJS} phantom/evaluate.js ${PHANTOMJS_URL} ${PHANTOMJS_TIMEOUT} +screenshot: + ${PHANTOMJS} phantom/screenshot.js ${PHANTOMJS_URL} ${IMAGES}/screenshot.png 1200 + jsbeautifier jsb indent: for i in ./spec*/*.js ./js/*.js ./phantom/*.js; do \ jsbeautifier -j $$i > $@.tmp && mv -f $@.tmp $$i; \