Update about test environment

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-04-24 11:29:54 +09:00
parent 8e2f6cddb9
commit 0b34607fd8

View File

@ -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