This example is based on the Angular 2 TodoMVC implementation by Sam Saccone.
-
Install the JRE or JDK. This demo uses Selenium, which requires Java, to run WebDriver tests.
-
Install node modules
$ npm install
-
Build the example
$ npm run build
Unit tests in Node
$ npm test
WebDriver tests
$ npm test webdriver