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 742a9c07f2
starting readme
9 years ago
coverage empty coverage dir 12 years ago
specs moving get(localhost) call to before first it statement. 12 years ago
src using grunt-istanbul instead of node istanbul 12 years ago
.gitignore empty coverage dir 12 years ago
Gruntfile.js using grunt-istanbul to generate reports 12 years ago
README.md starting readme 9 years ago
package.json using grunt-istanbul instead of node istanbul 12 years ago

README.md

  1. run npm install -g grunt-cli
  2. run npm install -g jasmine-node
  3. Download chrome webdriver: http://chromedriver.storage.googleapis.com/index.html
    • put in in your PATH
  4. Clone this repo
  5. cd into this directory
  6. run npm install
  7. grunt dev
  8. jasmine-node specs/test-spec.js
  9. grunt report