mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Ninja edit
This commit is contained in:
parent
b5d27e3542
commit
099a8ebf06
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Capybara aims to simplify the process of integration testing Rack applications,
|
|||
such as Rails, Sinatra or Merb. Capybara simulates how a real user would
|
||||
interact with a web application. It is agnostic about the driver running your
|
||||
tests and currently comes with Rack::Test and Selenium support built in.
|
||||
HtmlUnit and env.js are supported through external gems.
|
||||
HtmlUnit, WebKit and env.js are supported through external gems.
|
||||
|
||||
A complete reference is available at
|
||||
{at rubydoc.info}[http://rubydoc.info/github/jnicklas/capybara/master].
|
||||
|
|
Loading…
Reference in a new issue