Skip to content

Commit 006d5d1

Browse files
committed
fixup - add info about --failFast
1 parent 6daf432 commit 006d5d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jasmine/karma.conf.js

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ if(argv.info) {
5555
' - `--Chrome` (alias `--chrome`): run test in (our custom) Chrome browser',
5656
' - `--Firefox` (alias `--FF`, `--firefox`): run test in (our custom) Firefox browser',
5757
' - `--nowatch (dflt: `false`, `true` on CI)`: run karma w/o `autoWatch` / multiple run mode',
58+
' - `--failFast` (dflt: `false`): exit karma upon first test failure',
5859
' - `--verbose` (dflt: `false`): show test result using verbose reporter',
5960
' - `--tags`: run only test with given tags (using the `jasmine-spec-tags` framework)',
6061
' - `--width`(dflt: 1035): set width of the browser window',

0 commit comments

Comments
 (0)