forked from dart-archive/angular.dart
-
Notifications
You must be signed in to change notification settings - Fork 0
running tests
James deBoer edited this page Oct 1, 2013
·
3 revisions
npm install
pub install
-
In first tab start Karma server:
node node_modules/karma/bin/karma start karma.conf \ --reporters dots \ --port 8765 \ --runner-port 8766
-
Capture Dartium on http://localhost:8765
2a. Capture Chrome as well for dart2js tests (slow)
- In second tab run the tests (as often as needed):
node node_modules/karma/bin/karma run --runner-port=8766