We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6daf432 commit 006d5d1Copy full SHA for 006d5d1
test/jasmine/karma.conf.js
@@ -55,6 +55,7 @@ if(argv.info) {
55
' - `--Chrome` (alias `--chrome`): run test in (our custom) Chrome browser',
56
' - `--Firefox` (alias `--FF`, `--firefox`): run test in (our custom) Firefox browser',
57
' - `--nowatch (dflt: `false`, `true` on CI)`: run karma w/o `autoWatch` / multiple run mode',
58
+ ' - `--failFast` (dflt: `false`): exit karma upon first test failure',
59
' - `--verbose` (dflt: `false`): show test result using verbose reporter',
60
' - `--tags`: run only test with given tags (using the `jasmine-spec-tags` framework)',
61
' - `--width`(dflt: 1035): set width of the browser window',
0 commit comments