Hi folks - a question for Django heads.
How does one go about testing jquery widgets and other
Javascript-generated wizardry in the Django testing framework? Is there
a "recommended" way to strap on something like phantomjs, is there some
tweak to django-nose, do I just shell out to a command and run some
headless selenium widget I don't know about, or is there some other
nifty method?
Bearing in mind this should all be scriptable, either from within
fabric, or as Django tests run from manage.py test <blah>
Cheers,
J