You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/02/10 16:41:23 UTC

[whimsy] branch master updated: switch to chromedriver

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new dc117b2  switch to chromedriver
dc117b2 is described below

commit dc117b221259244a59a07a2ce46e3c9c59e0af8b
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Feb 10 11:41:11 2018 -0500

    switch to chromedriver
---
 config/board-agenda.md | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/config/board-agenda.md b/config/board-agenda.md
index d31ea06..8896a58 100644
--- a/config/board-agenda.md
+++ b/config/board-agenda.md
@@ -33,17 +33,23 @@ Add paths to foundation board and committers board directory.  For example:
 - /Users/rubys/svn/committers/board
 ```
 
-Install poltergeist
+Install chrome and chromedriver
 -------------------
 
 (optional, used by tests)
 
-[poltergeist is now installed](https://github.com/teampoltergeist/poltergeist/tree/v1.13.0#installation) via `bundle install` from the Gemfile.
+Install [Chrome](https://www.google.com/chrome/).
+
+Install chromedriver:
+
+```
+brew install chromedriver
+```
 
 Verify using:
 
 ```
-$ bundle install 
-$ rake test
+$ chromedriver -v
+ChromeDriver 2.35.528157 (4429ca2590d6988c0745c24c8858745aaaec01ef)
 ```
 

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.