From c7bab36db145cf59e762639825dc2f29d43ff08b Mon Sep 17 00:00:00 2001 From: Ilya Goncharov Date: Thu, 17 Oct 2019 01:10:31 +0300 Subject: [PATCH] docs(commit-msg): Add failOnFailingTestSuite option to docs (#3380) --- docs/config/01-configuration-file.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/config/01-configuration-file.md b/docs/config/01-configuration-file.md index 6759e3275..9cec56597 100644 --- a/docs/config/01-configuration-file.md +++ b/docs/config/01-configuration-file.md @@ -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