11

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?

Timo Tijhof
  • 9,597
  • 6
  • 31
  • 45
naugtur
  • 16,479
  • 5
  • 65
  • 107
  • It lookED interesting. The numbers in the red are counts of browsers present on the system. It used to be about 10 each... – naugtur Mar 31 '10 at 16:46
  • 2
    There's still github activity for the project, and from what I understand, the red count is for currently present browsers, but the test suite will run as different users sign on and off. Given the low level of activity, you would expect it to take a while to run all the browsers, but it should happen eventually. – jball Mar 31 '10 at 16:50
  • Yet still it used to be crowdy when I visited it some months ago. And I can't get it to run tests on me becouse of that error. – naugtur Mar 31 '10 at 17:11
  • The last commits on http://github.com/jeresig/testswarm/ were back at the end of March. I'd be suprised if it died, as it was created by John Resig (jQuery creator) and it would be very useful for jQuery. I guess it's just been put on the back burner for a while. I don't know of any similar testing communities, but TestSwarm is on GitHub, so you could easily fork it and create your own. – dave1010 May 03 '10 at 09:01
  • 2
    testswarm.com seems to have been closed in favor of swarm.jquery.org (and potentially other "swarms" elsewhere) – bdukes Feb 24 '11 at 20:59

4 Answers4

19

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

knowledge_is_power
  • 658
  • 1
  • 9
  • 10
5

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.

SBUJOLD
  • 1,445
  • 1
  • 11
  • 20
4

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.

Timo Tijhof
  • 9,597
  • 6
  • 31
  • 45
fc4071
  • 49
  • 1
0

It appears Microsoft either forked the code or recreated the project.

Check out BrowserSwarm

Another recent alternative seems to be CodeSwarm.

Michael K.
  • 536
  • 2
  • 13
  • This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. – First Zero Oct 17 '14 at 03:34
  • 1
    @FirstZero I'm pretty sure the title includes "Any equivalents?".... Therefore it does provide an alternative at which the author requested. – Michael K. Oct 29 '14 at 20:40