From 0b34607fd805ab0e11e9f6bfd296397519eff99c Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Tue, 24 Apr 2018 11:29:54 +0900 Subject: [PATCH] Update about test environment Signed-off-by: Kenji Okimoto --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f312793..cf68f5b 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,15 @@ And some additional packages (Debian / Ubuntu) $ bundle install $ bin/rails s -Also you need a phantomjs for test. +Also you need a [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) or chromiumdriver for test. - $ npm install -g phantomjs + $ npm install -g chromedriver Or, - $ brew install phantomjs + $ brew install chromedriver + Or, + $ sudo apt install chromium-driver -NOTE: `phantomjs` executable binary should be located under your `$PATH`. +NOTE: `chromedriver` executable binary should be located under your `$PATH`. ## Building fluentd-ui.gem