-5

I have a ruby on rails application and need to run headless testing for javascript and other BDD test cases.

Suggest best available tool to run BDD tests in headless mode.

1 Answers1

2

I think the most popular tool is the Capybara gem:

https://github.com/jnicklas/capybara

It can work with many drivers, like selenium and webkit.

Yury Lebedev
  • 3,985
  • 19
  • 26