Skip to content

Commit

Permalink
docs(commit-msg): Add failOnFailingTestSuite option to docs (#3380)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgonmic authored and johnjbarton committed Oct 16, 2019
1 parent 0d70809 commit c7bab36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/config/01-configuration-file.md
Expand Up @@ -383,6 +383,15 @@ The server can be stopped using the `karma stop` command.
**Description:** Enable or disable failure on running empty test-suites. If disabled the program
will return exit-code `0` and display a warning.

## failOnFailingTestSuite
**Type:** Boolean

**Default:** `true`

**CLI:** `--fail-on-failing-test-suite`, `--no-fail-on-failing-test-suite`

**Description:** Enable or disable failure on failing tests.

## files
**Type:** Array

Expand Down

0 comments on commit c7bab36

Please sign in to comment.