Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

running tests

James deBoer edited this page Oct 1, 2013 · 3 revisions

Install prerequisites

  1. npm install
  2. pub install

Running tests

  1. In first tab start Karma server:

     node node_modules/karma/bin/karma start karma.conf \
          --reporters dots \
          --port 8765 \
          --runner-port 8766
     
  2. Capture Dartium on http://localhost:8765

2a. Capture Chrome as well for dart2js tests (slow)

  1. In second tab run the tests (as often as needed):
    node node_modules/karma/bin/karma run --runner-port=8766