projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4edd95f
)
Added "mike-test" target for PhantomJS invocation.
author
Mike Taylor
<mike@indexdata.com>
Tue, 15 Apr 2014 10:55:16 +0000
(11:55 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 15 Apr 2014 10:55:16 +0000
(11:55 +0100)
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index
050528f
..
b89b4e1
100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-51,6
+51,9
@@
phantomjs p: apache-stop apache-start _phantomjs apache-stop
_phantomjs:
./bin/bomb.pl --timeout="${PHANTOMJS_TIMEOUT}.5" ${PHANTOMJS} phantom/run-jasmine.js ${PHANTOMJS_URL} ${PHANTOMJS_TIMEOUT}
+mike-test:
+ $(MAKE) _phantomjs PHANTOMJS_URL=http://x.example.indexdata.com/jasmine-popup.html
+
screenshot:
${PHANTOMJS} phantom/screenshot.js ${PHANTOMJS_URL} ${IMAGES}/screenshot.png 1200 1000