Skip to content

Commit

Permalink
Merge pull request karma-runner#845 from gfxmonk/document-client-args
Browse files Browse the repository at this point in the history
docs(config): Document `client.args` config
  • Loading branch information
vojtajina committed Feb 5, 2014
2 parents 3cd3393 + 23ab6b2 commit 237b2da
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/config/01-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,19 @@ The `captureTimeout` value represents the maximum boot-up time allowed for a bro
If any browser does not get captured within the timeout, Karma will kill it and try to launch
it again and, after three attempts to capture it, Karma will give up.

## client.args
**Type:** Array

**Default:** `undefined`

**CLI:** All arguments after `--` (only when using `karma run`)

**Description:** When `karma run` is passed additional arguments on the command-line, they
are passed through to the test adapter as ``karma.config.args` (an array of strings).
The `client.args` option allows you to set this value for actions other than `run`.

How this value is used is up to your test adapter - you should check your adapter's
documentation to see how (and if) it uses this value.

## colors
**Type:** Boolean
Expand Down

0 comments on commit 237b2da

Please sign in to comment.