From e0181ee894a0f800cdf4b2e85b784db1e177118c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 8 Jul 2017 12:47:14 +0000 Subject: Adds a UI test for #26364. git-svn-id: http://svn.redmine.org/redmine/trunk@16769 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/RUNNING_TESTS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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` -- cgit v1.2.3