Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Status of jQuery TestSwarm?

I hope You are more 'on the ball' than I am.

I remember getting news on the Mozilla labs TestSwarm (now jQuery TestSwarm) some time ago. It had active users then, but it was not more than 10 per a single browser+OS configuration.

I went there today expecting it to be far better and it turns out that there are NO active testing environments. Moreover, when I tried to view the http://testswarm.com service:

Invalid query: Lock wait timeout exceeded; try restarting transaction` once in every two or three queries.

Is this project dead? Are there any similiar community projects for JS testing that I could not only take part in, but use for my code? Or do I have to test JS myself?

like image 541
naugtur Avatar asked Mar 31 '10 16:03

naugtur


3 Answers

The following website is still live. http://swarm.jquery.org/

(The link on that site is old at the moment I'm writing this.) And if you want the code: https://github.com/jquery/testswarm

like image 184
knowledge_is_power Avatar answered Nov 09 '22 06:11

knowledge_is_power


At FOWA Miami in February (2010) I asked John Resig about it and his answer was like this (not exact words but that's what I remember of it): Still very much high in his plans since the next steps were to get jQuery Core support on mobile really solid and part of achieving this goal will be the need to automate testing on various platforms as much as possible which is what test swarm is about.

like image 5
SBUJOLD Avatar answered Nov 09 '22 04:11

SBUJOLD


The project is still alive. John last committed around April 13, 2011. The unit tests for jQuery core and QUnit both make use of the swarm and are updated at regular intervals.

like image 4
fc4071 Avatar answered Nov 09 '22 04:11

fc4071