Skip to content

Commit 27c7dd2

Browse files
committed
Add support for a global configuration file.
Closes #63 [email protected] Review URL: https://codereview.chromium.org//1829483002 .
1 parent 44d6cb1 commit 27c7dd2

File tree

8 files changed

+847
-592
lines changed

8 files changed

+847
-592
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## 0.12.13
22

3+
* Add support for a global configuration file. On Windows, this file defaults to
4+
`%LOCALAPPDATA%\DartTest.yaml`. On Unix, it defaults to `~/.dart_test.yaml`.
5+
It can also be explicitly set using the `DART_TEST_CONFIG` environment
6+
variable. See [the configuration documentation][global config] for details.
7+
38
* The `--name` and `--plain-name` arguments may be passed more than once, and
49
may be passed together. A test must match all name constraints in order to be
510
run.
@@ -13,6 +18,8 @@
1318
* Add a `pause_after_load` field to the package configuration file. This allows
1419
presets to enable debugging mode.
1520

21+
[global config]: https://github.com/dart-lang/test/blob/master/doc/configuration.md#global-configuration
22+
1623
## 0.12.12
1724

1825
* Add support for [test presets][]. These are defined using the `presets` field

0 commit comments

Comments
 (0)