From 5e72dab26f5445f406a032ee6ef7fee09f161e3f Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum <nweiz@google.com> Date: Mon, 30 Nov 2015 19:39:40 -0800 Subject: [PATCH] Add a CHANGELOG entry. I'm choosing not to add a section to the README until the feature is complete. I don't want to encourage people to use tags for long-term testing until we support a configuration that can include the set of valid tags. --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd7505e..4dd195da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.12.7 + +* Add the ability to tag tests. Tests with specific tags may be run by passing + the `--tags` command-line argument, or excluded by passing the + `--exclude-tags` parameter. + + This feature is not yet complete. For now, tags are only intended to be added + temporarily to enable use-cases like [focusing][] on a specific test or group. + Further development can be followed on [the issue tracker][issue 16]. + +[focusing]: http://jasmine.github.io/2.1/focused_specs.html +[issue 16]: https://github.com/dart-lang/test/issues/16 + ## 0.12.6 * Add a machine-readable JSON reporter. For details, see -- GitLab