diff options
Diffstat (limited to 'doc/RUNNING_TESTS')
-rw-r--r-- | doc/RUNNING_TESTS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/RUNNING_TESTS b/doc/RUNNING_TESTS index 38c4389eb..35e271a34 100644 --- a/doc/RUNNING_TESTS +++ b/doc/RUNNING_TESTS @@ -66,8 +66,8 @@ REDMINE_TEST_DAV_SERVER environment variable to specify another host. Running Capybara tests ====================== -You need to have ChromeDriver installed and available in your PATH: -https://sites.google.com/a/chromium.org/chromedriver/ +You need to have Chrome installed and available in your PATH. +Chromedriver is managed by the `webdrivers` gem (https://rubygems.org/gems/webdrivers) Capybara tests can be run with: `rails test:system` |