Questions tagged [culerity]

6 questions
6
votes
2 answers

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?
Abie
  • 10,855
  • 6
  • 32
  • 39
3
votes
1 answer

Capybara + Selenium

When I run my tests using Selenium, my one step fails and the page looks like this in the browser: Internal Server Error can't convert nil into String WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18) at 127.0.0.1:50752 When I run it with culerity instead, I…
Yuval Karmi
  • 26,277
  • 39
  • 124
  • 175
3
votes
4 answers

"ERROR Errno::EPIPE: Broken pipe" with Culerity

I've recently installed culerity to use on top of cucumber. But when I run my cucumber specs, they turn red (they were all green before). The errors I get have this form: Celerity::Exception::NavigationException: …
Jerome Dalbert
  • 10,067
  • 6
  • 56
  • 64
2
votes
2 answers

Initializing culerity with capybara

I want to initialize culerity with capybara in ruby 1.9 i followed https://rvm.beginrescueend.com/integration/culerity/ for jruby integration of culerity and added below line to my features/support/env.rb file Culerity.jruby_invocation =…
Jai Keerthi
  • 5,395
  • 2
  • 16
  • 9
2
votes
1 answer

How to do full stack integration testing of web applications

I'm looking to enhance our current test suites, and continuous integration builds with full stack integration/acceptance testing. I'm looking into tools like Culerity and Selenium that can execute front end javascript while running user stories. …
samg
  • 3,496
  • 1
  • 25
  • 26
0
votes
1 answer

Cucumber, Capybara validating HTML and testing JavaScript together fails

I've recently added html validation to my cucumber features. I'm using the gem be_valid_asset which works really well until Cucumber hits a @javascript flagged feature. This kicks in culerity (I've tried selenium for this as well) and then the…
John Polling
  • 2,272
  • 2
  • 21
  • 21