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.
 
 
Matt Huntington 7a003f34a8
extra line of js that is not run for coverage purposes
9 years ago
coverage empty coverage dir 12 years ago
specs writes coverage.json 9 years ago
src extra line of js that is not run for coverage purposes 9 years ago
.gitignore empty coverage dir 12 years ago
Gruntfile.js using grunt-istanbul to generate reports 12 years ago
README.md grunt server 9 years ago
package.json most recent selenium webdriver npm package 9 years ago

README.md

  1. run npm install -g grunt-cli
  2. run npm install -g jasmine-node
  3. Download firefox webdriver: https://github.com/mozilla/geckodriver/releases/
    • put in in your PATH
  4. Clone this repo
  5. cd into local repo directory
  6. run npm install
  7. run grunt dev
  8. in a different terminal run grunt server
  9. run jasmine-node specs/test-spec.js
  10. run grunt report