From 742a9c07f2a430a44260eeb260269bd33fa5f843 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 21 May 2017 14:24:39 -0400 Subject: [PATCH] starting readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..720be32 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +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 + - put in in your PATH +1. Clone this repo +1. cd into this directory +1. run `npm install` +1. `grunt dev` +1. `jasmine-node specs/test-spec.js` +1. `grunt report`