From f88b380e7177916461eca81e2976704a1c4994d5 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 21 May 2017 15:56:41 -0400 Subject: [PATCH] switching to firefox driver in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 720be32..11cba0c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ 1. run `npm install -g grunt-cli` 1. run `npm install -g jasmine-node` -1. Download chrome webdriver: http://chromedriver.storage.googleapis.com/index.html +1. Download firefox webdriver: https://github.com/mozilla/geckodriver/releases/ - put in in your PATH 1. Clone this repo -1. cd into this directory +1. cd into local repo directory 1. run `npm install` 1. `grunt dev` 1. `jasmine-node specs/test-spec.js`