8000 intern-examples/angular-example at master · theintern/intern-examples · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

angular-example

angular2-example

This example is based on the Angular 2 TodoMVC implementation by Sam Saccone.

Setup

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

  2. Install node modules

    $ npm install
    
  3. Build the example

    $ npm run build
    

Running tests

Unit tests in Node

$ npm test

WebDriver tests

$ npm test webdriver
0