Skip to content

Latest commit

 

History

History

jquery-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

jquery-example

This example is based on the TodoMVC jQuery Example.

Setup

  1. Install the JRE or JDK. This demo uses Selenium, which requires Java, to run WebDriver tests.

  2. Install node modules

    npm install
    

Running tests

To run the unit and functional tests in Chrome:

$ npm test