summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-08 12:47:14 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-08 12:47:14 +0000
commite0181ee894a0f800cdf4b2e85b784db1e177118c (patch)
tree9da4b4b8d73c2df03a7462ae300c344eb6fb1e4e /doc
parent3821b34a8b390fc9c689129ce0ef613b00a91940 (diff)
downloadredmine-e0181ee894a0f800cdf4b2e85b784db1e177118c.tar.gz
redmine-e0181ee894a0f800cdf4b2e85b784db1e177118c.zip
Adds a UI test for #26364.
git-svn-id: http://svn.redmine.org/redmine/trunk@16769 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r--doc/RUNNING_TESTS4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/RUNNING_TESTS b/doc/RUNNING_TESTS
index 039198fa0..91a534aa0 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 PhantomJS WebDriver listening on port 4444:
-`phantomjs --webdriver 4444`
+You need to have ChromeDriver installed and available in your PATH:
+https://sites.google.com/a/chromium.org/chromedriver/
Capybara tests can be run with:
`rake test:ui`