Skip to content

Commit

Permalink
Merge branch 'master' into epic/mutation-switching
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Oct 7, 2020
2 parents ed42e3c + eda8528 commit e632d1e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ You can *ignore* files by adding an exclamation mark (`!`) at the start of an ex
* [allowConsoleColors](#allowConsoleColors)
* [buildCommand](#buildCommand)
* [cleanTempDir](#cleanTempDir)
* [commandRunner](#commandRunner)
* [coverageAnalysis](#coverageAnalysis)
* [dashboard.*](#dashboard)
* [fileLogLevel](#fileLogLevel)
Expand Down Expand Up @@ -151,6 +152,15 @@ Config file: `cleanTempDir: false`
Choose whether or not to clean the temp dir (which is ".stryker-tmp" inside the current working directory by default) after a successful run.
The temp dir will never be removed when the run failed for some reason (for debugging purposes).

<a name="commandRunner"></a>
### `commandRunner` [`object`]

Default: `{ command: 'npm test' }`
Command line: *none*
Config file: `commandRunner: { command: 'npm run mocha' }`

With `commandRunner`, you can specify the command to execute for running tests.

<a name="coverageAnalysis"></a>
### `coverageAnalysis` [`string`]

Expand Down

0 comments on commit e632d1e

Please sign in to comment.