X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=test%2Fwidgets%2FMakefile;h=65f96d13ee435e2c8c234ed79d47ff997824b649;hp=6433265a9194730645718f3e4d7cb98d44a4d3eb;hb=9462b98c07d54ba33e600c2b0a031f02ec748088;hpb=65d474669fb7e4220a6a2d3a1411a1e4b0278be1 diff --git a/test/widgets/Makefile b/test/widgets/Makefile index 6433265..65f96d1 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -1,15 +1,15 @@ # Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com PHANTOMJS_TIMEOUT=30 -PHANTOMJS= perl ../bin/bomb.pl --timeout=${PHANTOMJS_TIMEOUT} ../node_modules/phantomjs/bin/phantomjs +PHANTOMJS= ../bin/bomb --timeout=${PHANTOMJS_TIMEOUT} ../node_modules/phantomjs/bin/phantomjs IMAGES= ./images SCREENSHOT_WIDTH_HEIGHT= 1000 1200 -PERL_SCRIPTS= ../bin/bomb.pl PROG= ../phantom/screenshot.js MD5= $(shell which md5 md5sum) TESTS= koha demos mike # koha.url TIMEOUT=4 PREFIX= test +APACHE_PORT:= $(shell echo $${APACHE_PORT-4040}) PHANTOMJS_URL= http://cph.koha.indexdata.com/cgi-bin/koha/opac-search.pl?q=sushi PHANTOMJS_URL= http://www.indexdata.com/ @@ -43,7 +43,10 @@ screenshots: clean estimate-time iframe help-url: @echo "" - @echo "Please check now: http://localhost/test/widgets/index.html" + @echo "Please check now: " + @echo " http://localhost:${APACHE_PORT}/test/widgets/index.html" + @echo "" + @echo "You can start the web server with: make apache-start" estimate-time: @wc -l url.* | tail -n1 | awk '{print "Estimeate run time: " $$1 * (1 + '${TIMEOUT}') * 0.5, "seconds" }'