Perhaps there already is an issue/initiative someplace for this one, but I cannot seem to find anything related.

It's been brought up a few times now in issues like #1203506: Update jQuery & UI to the latest git versions available (currently 1.6.3pre & 1.9pre respectively) & #1085590: Update to jQuery UI 1.9 that currently there is no way to do automated tests when it comes to jQuery. How about going for it? Would SimpleTest be the place for it to happen? What would it take?

Here are some links I think are related:

QUnit: ...a powerful, easy-to-use, JavaScript test suite. It's used by the jQuery project to test its code and plugins but is capable of testing any generic JavaScript code (and even capable of testing JavaScript code on the server-side).

jqunit (MIT licensed): jQuery Tests, jsUnit compatible, for all frameworks. A Testrunner that does not pollute the globel namespace and is JSUnit compatible.

Automated UI testing with jQuery

Comments

marcingy’s picture

Isn't this a duplicate of http://drupal.org/node/237566

klonos’s picture

Status: Active » Closed (duplicate)

OMG thanx Marc! ...heading there now.