| Index: doc/configuration.md
|
| diff --git a/doc/configuration.md b/doc/configuration.md
|
| index 9099528b2171d15524153bce591b71b9d687f8f6..40373832bbb4bacfdc14a5e9479a84212d7bdcda 100644
|
| --- a/doc/configuration.md
|
| +++ b/doc/configuration.md
|
| @@ -40,6 +40,7 @@ tags:
|
| * [`platforms`](#platforms)
|
| * [`concurrency`](#concurrency)
|
| * [`pause_after_load`](#pause_after_load)
|
| + * [`run_skipped`](#run_skipped)
|
| * [`pub_serve`](#pub_serve)
|
| * [`reporter`](#reporter)
|
| * [Configuring Tags](#configuring-tags)
|
| @@ -327,6 +328,21 @@ presets:
|
| reporter: expanded
|
| ```
|
|
|
| +### `run_skipped`
|
| +
|
| +This field indicates that the test runner should run tests even if they're
|
| +marked as skipped.
|
| +
|
| +This is usually used in a [preset](#configuration-presets).
|
| +
|
| +```yaml
|
| +presets:
|
| + # Pass "-P all" to run all tests
|
| + debug:
|
| + run_skipped: true
|
| + paths: ["test/", "extra_test/"]
|
| +```
|
| +
|
| ### `pub_serve`
|
|
|
| This field indicates that the test runner should run against a `pub serve`
|
|
|