Add capybara-webkit to the driver section

This commit is contained in:
Adman65 2011-08-07 17:54:53 +03:00
parent e9efc8042b
commit fe8735980c
1 changed files with 15 additions and 0 deletions

View File

@ -282,6 +282,21 @@ Ruby 1.8.7 at this time.
Note: Envjs does not support transactional fixtures; see the section
"Transactional Fixtures" below.
=== Capybara-webkit
The {capybara-webkit drive}[https://github.com/thoughtbot/capybara-webkit] is for true headless
testing. It uses WebKitQt to start a rendering engine process. It can execute JavaScript as well.
It is significantly faster than drivers like Selenium since it does not load an entire browser.
You can install it with:
gem install capybara-webkit
And you can use it by:
Capybara.javascript_driver = :webkit
== The DSL
Capybara's DSL (domain-specific language) is inspired by Webrat. While