Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(529)

Unified Diff: doc/configuration.md

Issue 2099553002: Add an option to run skipped tests. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/backend/declarer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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`
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/backend/declarer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698