File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ # With dot reporter, the full names of test case will not be displayed in log during execution.
2
+ # The name and details of all failed cases will still be appended to log after execution.
3
+ # See https://mochajs.org/#dot-matrix for more information.
1
4
--reporter dot
5
+
6
+ # Node doesn't exit after mocha test completion. Supplying this flag for force exit.
7
+ # Not applicable in karma + mocha test (browser test).
2
8
--exit
Original file line number Diff line number Diff line change
1
+ # See:
2
+ # - https://mochajs.org/#usage for more information on usage of mocha flags.
3
+ # - https://github.com/karma-runner/karma-mocha for more information on all mocha flags which the
4
+ # karma runner supports.
1
5
--timeout 20000
2
6
--retry 3
Original file line number Diff line number Diff line change
1
+ # Node doesn't exit after mocha test completion. Supplying this flag for force exit.
2
+ # Not applicable in karma + mocha test (browser test).
1
3
--exit
You can’t perform that action at this time.
0 commit comments