1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Needs an 'r' & it's QtWebkit not WebkitQt.

This commit is contained in:
Jesse Cooke 2011-10-10 11:39:19 -07:00
parent 759f5afa20
commit 8a153c6bf7

View file

@ -286,8 +286,8 @@ Note: Envjs does not support transactional fixtures; see the section
=== Capybara-webkit === Capybara-webkit
The {capybara-webkit drive}[https://github.com/thoughtbot/capybara-webkit] is for true headless The {capybara-webkit driver}[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. testing. It uses QtWebKit 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. It is significantly faster than drivers like Selenium since it does not load an entire browser.
You can install it with: You can install it with: