Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Culerity vs Selenium for Javascript Testing in Rails

In our eternal quest to integrate Javascript into our RSpec and Cucumber workflow we're evaluating Culerity and are provisionally very excited about it.

Any advice on Culerity in general or specifically as compared to Selenium?

like image 797
Abie Avatar asked Feb 16 '09 04:02

Abie


2 Answers

On documentation alone, I'd go with Selenium:

Selenium documentation.

Culerity documentation.

Does Culerity have a Firefox add-on to record test-scripts (does make things easy) Which has the better track record?

I see Selenium as being better in these regards right now.

like image 122
cgp Avatar answered Oct 07 '22 09:10

cgp


I personally found Culerity to be a quite a bit buggier and more tempermental than Selenium. I had several failing tests that turned out to be issues with Celerity rather than something wrong with the test or app. A lot of time wasted :/

like image 21
Drew Blas Avatar answered Oct 07 '22 10:10

Drew Blas