We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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