Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Setup and run tests

  • Run via Grunt
    • Install dependencies: npm install
    • Run tests in browser: grunt
    • Run headless: grunt headless
    • Filter specs by STRING: grunt --filter=STRING or grunt headless --filter=STRING