mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-17 19:57:07 +02:00
Update about test environment
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
8e2f6cddb9
commit
0b34607fd8
10
README.md
10
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user