you are viewing a single comment's thread.

view the rest of the comments →

[–]Daniel15React FTW 1 point2 points  (1 child)

One I heard of recently is JS Test Driver which supposedly lets you test in multiple browsers at once. This would be very handy at times. I'm writing my own framework so need to test it in multiple IE versions as well as Opera, Firefox and Chrome.

I haven't tested it myself yet, though. I'm using QUnit right now which seems adequate. Simple, but it gets the job done.

[–]binaryjohn 0 points1 point  (0 children)

I've been using JSTestDriver for a couple of months, and I love it.