You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
377 B
12 lines
377 B
1. run `npm install -g grunt-cli`
|
|
1. run `npm install -g jasmine-node`
|
|
1. Download firefox webdriver: https://github.com/mozilla/geckodriver/releases/
|
|
- put in in your PATH
|
|
1. Clone this repo
|
|
1. cd into local repo directory
|
|
1. run `npm install`
|
|
1. run `grunt dev`
|
|
1. in a different terminal run `grunt server`
|
|
1. run `jasmine-node specs/test-spec.js`
|
|
1. run `grunt report`
|