Just a small plug, but I did a Test-Driven JavaScript presentation at
NDC (www.ndc2010.no) using JSpec and the recording is now available:
http://elegantcode.com/2010/06/24/me-ndc2010/
Cheers,
-Mark
--
Mark Nijhof
Cre8ive Thought
m: 0047 95 00 99 37
e: mark....@cre8ivethought.com
w: www.cre8ivethought.com
--
JSpec thanks you for your interest and support! To post simply reply
to this email.
documentation: http://jspec.info
unsubscribe: jspec+un...@googlegroups.com
group: http://groups.google.com/group/jspec
-Mark
For FireFox you will need the Prism extension:
https://addons.mozilla.org/en-US/firefox/addon/6665/
This will enable you to run a single url as a standalone application
(I feel it also behaves better with respect to memory, and you can
kill either FF or the App independently from each other).
Make sure that when you add a timer to the page for refresh using
jQuery that you do something as I did to disable the overrides JSpec
does to test timers:
http://github.com/MarkNijhof/Cre8iveThought/blob/master/public/jspec/dom.html
also all the code is available on:
http://github.com/MarkNijhof/Cre8iveThought/
And something interesting that I think the JSPec team might want to
look at is: http://github.com/MarkNijhof/Cre8iveThought/blob/master/public/jspec/lib/jspec.jquery.animations.js
because without this I couldn't properly test animations and
callbacks.
-Mark