3

Why isn't there a java version of ruby's capaybara ( https://github.com/jnicklas/capybara ) that would work with tomcat or something?

I know we have selenium but it is very slow and it requires a browser to fireup.

Is there a technical reason for this? Or it does exist?

I'm hoping there is something to speed of browser integration testing for java, spring mvc application.

Sean Patrick Floyd
  • 292,901
  • 67
  • 465
  • 588
loyalflow
  • 14,275
  • 27
  • 107
  • 168

1 Answers1

1

Perhaps HtmlUnit is an option that works for you

Sean Patrick Floyd
  • 292,901
  • 67
  • 465
  • 588