It is based on the TodoMVC Dojo Example.
-
Install the JRE or JDK. This demo uses Selenium, which requires Java, to run WebDriver tests.
-
Install node modules
$ npm install
Run unit and functional tests in Chrome
$ npm test
Run unit and functional tests in other browsers
$ npm test config=@firefox
$ npm test config=@ie
Note that the above commands all require that the browser be available on the test system.